loader image
Skip to main content

HMAC (Hash-based MAC)

HMAC combines a cryptographic hash function with a secret key to provide message integrity and authenticity. HMAC is widely used in APIs, authentication tokens, and secure protocols because it is robust even if the underlying hash has some weaknesses.

» Site Glossary