Skip to main content
ToolStack

HMAC Generator

Compute HMAC-SHA-1, SHA-256, SHA-384, or SHA-512 with any secret. Free, private, runs in your browser.

Hex
Base64

HMAC = Hash-based Message Authentication Code. It proves both the contents and the source of a message — anyone holding the secret can verify, but cannot forge without it. Common uses: API request signing (AWS SigV4, webhooks), session tokens, and TOTP.