Glossary
HMAC (Hash-based Message Authentication Code)
A mechanism for message authentication that combines a cryptographic hash function with a secret key. It produces a fixed-length digest that can only be generated or verified by parties who hold the secret key, providing both data integrity and authentication. Defined in RFC 2104.