HmacSha256
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.
Syntax
Parameters
Name
Type
Required
Description
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)
Last updated
Was this helpful?