How to use HMAC Generator
Paste your input on the left, choose the options you want, and the output appears instantly on the right. Everything runs in your browser — none of your data is sent to a server.
- Paste or type your input in the
INPUTpanel - The output regenerates automatically as you type
- Use
Copyto put the result in your clipboard - Click
Sampleto load a working example
What is HMAC Generator?
HMAC Generator computes RFC 2104 keyed hash message authentication codes using SHA-1, SHA-256 (default), SHA-384, or SHA-512. Pick hex or base64 output, or switch to Verify mode to constant-time compare against an expected signature (accepts hex or base64). Common uses: webhook signature verification (Stripe, GitHub, Slack, Twilio), JWT HS256/HS384/HS512 signing helpers, S3 / AWS SigV4 derivations, and any HMAC-based MAC. The secret is held only in React component state — never written to localStorage, sessionStorage, IndexedDB, or cookies. Closing the tab forgets it. This tool is part of santekno's developer toolbox — a curated collection of utilities built for engineers who care about speed, privacy, and simplicity.
Common use cases
- Debugging API payloads and integration issues
- Inspecting tokens, hashes, or encoded strings during development
- Generating fixtures and sample data for tests
- Sharing readable output with teammates in code reviews