HMAC
MAC
In order to understand hex and type parameters read Hash
HMAC
Description: Message authentication code based on hash.
Uses: General porpuse
How to ???
Calculate HMAC-SHA3512 to string "Hello world!"_ with the key given.
On data_js["family"] can be one of {sha3_512, sha3_384, sha3_256, sha3_224, sha_512, sha_384, sha_256, sha_224, sha_1 ,whirlpool}
Json to HMAC string
Json to HMAC file
Last updated