Generate KMAC128 and KMAC256 hashes online. Keccak Message Authentication Code for secure authentication.
Enter text to convert
Type
Converted text will appear here
KMAC (Keccak Message Authentication Code) is a keyed-hash message authentication code (MAC) based on Keccak and defined in NIST SP 800-185. It provides a way to verify both the integrity and authenticity of a message using a secret key.
Unlike standard hash functions which are public, KMAC requires a secret key. This means only someone with the key can generate the correct hash for a given message, preventing attackers from tampering with the data.