HMAC (Hash-based Message Authentication Code) is a method for verifying message integrity and authenticity using a secret key. Used in API authentication and secure communication.
Example:
A payment API uses HMAC to verify the authenticity of requests.