HMAC Generator
Enter a message and secret key to compute an HMAC authentication tag.
Summary
Enter a message and secret key to compute an HMAC authentication tag.
How it works
- Enter the message text
- Enter the secret key
- Choose hash algorithm
- Click Generate and copy the hex HMAC
Use cases
- Signing API webhook payloads
- Verifying request authenticity in REST APIs
- Generating TOTP seeds from shared secrets
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu