HMAC (Hash-based Message Authentication Code)

HMAC combines a cryptographic hash function with a secret key to provide message authentication and integrity. It verifies both the data integrity and the authenticity of the message.

Inputs

Tips

Standards: RFC 2104, NIST FIPS 198-1

Open the HMAC (Hash-based Message Authentication Code) tool — free, runs entirely in your browser.

Related Hashing tools