Forum Discussion
cjhoward18
6 years agoEmployee
Not exactly sure what you want the final form to look like, but here is an expression that uses sha256
and Base64#encode
with your sample string to give something similar to what you are looking for I believe. Here is the expression I used given your example. I replaced the SECRET with the actual value and the date with Date.now():
Base64.encode('POST\n\n' + Date.now().toString() + '\n' + Digest.sha256("8889999456hhggth74kju"))
yash_verma
6 years agoNew Contributor
Hi ,
How to implement hmac cryptograhy in snaplogic. I need to call an rest api which uses hmac encrytion and the code snippet which I have given is required to be converted in same way in snaplogic to derive the mapper variable
- jervin5 years agoNew Contributor III
Hi @yash.verma did you ever find a solution for this?