Encode & decode
HMAC generator
Sign messages with a shared secret
How to use / Notes
How to use
- Enter the message and the shared secret.
- Choose the hash algorithm (e.g. SHA-256).
- Copy the generated HMAC.
Notes
- Computed in the browser; the secret is never sent anywhere.
- Output casing and encoding (hex / Base64) must match the verifying side.