To generate a MAC (message authentication code) using a cryptographic hash algorithm and a secret cryptographic key.
The input data for which the hash will be calculated.
The algorithm to use when computing the hash.
Options:
HMACMD5 - learn morearrow-up-right
HMACSHA1 - learn morearrow-up-right
HMACSHA256 - learn morearrow-up-right
HMACSHA384 - learn morearrow-up-right
HMACSHA512 - learn morearrow-up-right
The secret key in List or Base64 string format.
The HMAC in the form of a list of bytes and as a Base64 string.
Wikipedia: HMACarrow-up-right
Last updated 1 year ago