HMAC Generator

Enter a message and secret key to compute an HMAC authentication tag.

Summary

Enter a message and secret key to compute an HMAC authentication tag.

How it works

  1. Enter the message text
  2. Enter the secret key
  3. Choose hash algorithm
  4. Click Generate and copy the hex HMAC

Use cases

  • Signing API webhook payloads
  • Verifying request authenticity in REST APIs
  • Generating TOTP seeds from shared secrets

Frequently Asked Questions

Last updated: 2026-06-09 · Reviewed by Nham Vu