🛡️ Security

HMAC (Hash-Based Message Authentication Code)

A construction that combines a secret key with a message and a hash function to produce a code that verifies both the integrity and authenticity of the message. It underpins signed URLs, API request signing, and session token validation.