Generate HMAC
To generate a MAC (message authentication code) using a cryptographic hash algorithm and a secret cryptographic key.
Properties
Section titled “Properties”The input data for which the hash will be calculated.
Hash algorithm
Section titled “Hash algorithm”The algorithm to use when computing the hash.
Options:
- HMACMD5 - learn more
- HMACSHA1 - learn more
- HMACSHA256 - learn more
- HMACSHA384 - learn more
- HMACSHA512 - learn more
The secret key in List or Base64 string format.
Definition
Section titled “Definition”The HMAC in the form of a list of bytes and as a Base64 string.