HMAC Generator - Message Authentication Code

Generate HMAC signatures with any hash function - the standard for API authentication and message integrity.

Input
0 bytes
Options
Key *

支持 UTF-8 / Hex / Base64 输入。

0 bytes

Secure Client-Side Computation • 100% Private

Result Output

About

HMAC (Hash-based Message Authentication Code) is a standard construction for creating message authentication codes with a cryptographic hash function and a secret key, providing both data integrity and authenticity verification.

Specifications

Output Size Variable
Standard FIPS 198-1
Standard Year 2008
Origin RFC 2104 (HMAC)
Origin Year 1997

Use Cases

  • API request signing and authentication
  • JWT (JSON Web Token) signatures
  • Webhook payload verification
  • TLS/SSL session authentication
  • Software update integrity checks

Frequently Asked Questions