MACs 3 tools Browser only

Message Authentication Codes

Keyed hash functions for data integrity and authenticity verification. HMAC with multiple underlying hash algorithms and NIST-standard KMAC variants.

MACs FAQ

When should I use a MAC instead of a hash?

Use a MAC when you need a secret key to prove message authenticity as well as integrity. Plain hashes do not authenticate who created the data.

Should I choose HMAC or KMAC?

HMAC is the most broadly compatible choice. KMAC is appropriate when your system already uses SHA-3 or needs NIST SP 800-185 customization features.