HMAC Generator
Generate HMAC-SHA256, SHA384, and SHA512 authentication codes from messages and secret keys with hex and Base64 outputs for APIs and webhooks securely offline.
SHA-256
More Developer Tools
About the author
Written and maintained by the Tool4SaaS team. Every tool runs locally in your browser and is tested in-house for accuracy. Last updated: .
Frequently asked questions
Keyed-hash message authentication via WebCrypto importKey and sign.
Yes, computation uses crypto.subtle locally.
Yes, it is free, works offline in your browser, and your data never leaves your device.
How to use HMAC Generator
- Enter message: Type message and secret key.
- Choose algo: Pick SHA-256, 384 or 512.
- Generate: Copy hex HMAC output.