Toolora

HMAC Generator

Generate HMAC-SHA signatures in hex or Base64.

The HMAC Generator signs a message with a secret key using SHA-1, SHA-256, SHA-384 or SHA-512 and returns the signature in hex or Base64.

How to use

  1. Enter the message and secret key.
  2. Choose an algorithm and output encoding.
  3. Generate and copy the signature.

Frequently asked questions

Where is the signature computed?

The Web Crypto API signs the message in the browser.

What is HMAC used for?

It verifies message authenticity with a shared secret.