You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Hash-based message authentication code**(_HMAC_) is a mechanism used for {{Glossary("cryptography", "cryptographically")}} authenticating messages.
It can use any kind of {{Glossary("Hash function", "cryptographic hash function")}}. Its strength depends on the underlying hash function and the chosen secret key. With such a combination, the HMAC verification {{Glossary("Algorithm", "algorithm")}} is then known with a compound name such as HMAC-SHA2.
HMAC is used to ensure both integrity and authentication.
## See also
-[HMAC](https://en.wikipedia.org/wiki/Hash-based_message_authentication_code) on Wikipedia
-[RFC 2104](https://datatracker.ietf.org/doc/html/rfc2104) on IETF