Crypto & Security Tools
Recently added
HMAC Generator
Generate HMAC-SHA256 signatures with a secret key.
Features
- HMAC-SHA256 signatures
- Message + secret inputs
- Local signing for tests
How to use HMAC
- 1Paste the message body.
- 2Enter the shared secret.
- 3Generate the HMAC and compare to the sender’s signature.
Examples
Sign
Inputmessage + secretOutput
hmac hex digest
About HMAC
HMAC Generator computes HMAC-SHA256 over a message with your secret so you can verify webhook signing locally. Keep secrets out of screenshots and shared notes.
Frequently asked questions
Match the producer - hex and base64 are both common; check the API docs.
No. Nothing is uploaded.
In production code, use a constant-time compare helper.