Generate HMAC (Hash-based Message Authentication Code) online. Supports HMAC-MD5, HMAC-SHA256 and HMAC-SHA512 with a secret key. Fully browser-based.
Your data never leaves your browserRelated
HMAC is used to verify both data integrity and authenticity. It's commonly used in API authentication (e.g., AWS Signature, Stripe webhooks) where a shared secret signs the message.