HmacSha256
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns a hexadecimal text representation of a message, which is hashed using the Sha265 function and the key/secret for additional calculation/hashing.
Returns Unknown
if one of the parameter values is unknown or outside the common valid boundaries.
key
text
a text with the secret key for HmacSha256 encryption
message
text
the message or content
returnbase64
yes/no
return result as base64 (if true)