HMAC Generator (SHA)
Compute HMAC-SHA1/256/384/512 online with WebCrypto. Hex or Base64 output for webhooks and API signatures.
HMAC generator (SHA-1/256/384/512)
WebCrypto HMAC, computed locally. Real secrets belong in servers, not browsers.
Signature
—
How to use
- Paste input or drop a file above.
- Adjust options (delimiter, dialect, quality, ratio).
- Copy result or download — no sign-up needed.
FAQ
HMAC vs plain hash?
HMAC mixes in a secret key — recipients with the key can verify, others can't forge.
Key safety?
Computed locally, but real signing keys belong on servers, never in browsers.