HMAC Generator
Compute keyed HMAC signatures (SHA-1/256/512).
How to use
- Enter the message and secret key.
- Pick the hash algorithm.
- Generate and copy the hex HMAC.
Frequently asked questions
What is HMAC for?
Verifying message integrity and authenticity with a shared secret - webhooks and API signatures use it heavily.
Is my key safe?
The computation is local - but use test keys online as a habit, never production secrets.