HMAC Generator
Compute Hash-based Message Authentication Codes using secret keys and SHA-256, SHA-512, or SHA-1.
| Algorithm | Output Size | Security Status | Use Case |
|---|---|---|---|
| MD5 | 128 bits | ⛔ Broken | Checksums only |
| SHA-1 | 160 bits | ⚠ Deprecated | Legacy systems |
| SHA-256 | 256 bits | ✅ Secure | Digital signatures, TLS |
| SHA-512 | 512 bits | ✅ Secure | High-security hashing |
| HMAC-SHA256 | 256 bits | ✅ Secure | API authentication |
How to Use HMAC Generator
Enter payload/message and shared secret key.
Select hash algorithm (SHA-256, SHA-512, SHA-1).
Copy hexadecimal or Base64 HMAC signature.
HMAC Generator runs 100% client-side in your web browser. Your data, passwords, keys, and files are processed using the Web Crypto API and never transmitted to any server. Zero telemetry, zero storage, zero cloud processing.
Frequently Asked Questions
Where is HMAC commonly used?
HMAC is standard for signing webhooks (GitHub, Stripe) and AWS API requests.
Related Security Tools
SHA-256 / SHA-512 Hash Generator
Calculate NIST FIPS 180-4 SHA-256 and SHA-512 cryptographic digests for strings and files.
MD5 Hash Generator
Compute 128-bit MD5 checksums for legacy verification, database keys, and file integrity.
Hash Identifier
Analyze unknown hash strings to identify candidate algorithms (MD5, SHA-1, SHA-256, Bcrypt, NTLM, etc.).
File Hash & Checksum Verifier
Calculate and verify MD5, SHA-1, and SHA-256 file checksums locally to detect corrupted or tampered downloads.
AES Encrypt / Decrypt Tool
Encrypt and decrypt confidential data using military-grade AES-GCM (256-bit) with custom passphrases.
RSA Key Pair Generator
Generate 2048-bit and 4096-bit asymmetric RSA public and private key pairs in standard PEM format.