HMAC Generator

The HMAC Generator produces a keyed MAC so a receiver can verify both integrity and authenticity of a message using a shared secret.

Contents

Key Features

Use Cases

How to Use

  1. Enter the key and message
  2. Pick the hash
  3. Generate or verify the tag

Practical Tips

FAQ

HMAC vs signature?
HMAC uses symmetric secrets; signatures use keypairs.
Why not plain hash?
A plain hash cannot prove who sent it.
← Back to Guides