Hash & HMAC Generator

Verify data integrity, check checksums, and compute cryptographic HMAC signatures.

Back to all tools
SHA-256 (Standard & Secure)
...
HMAC-SHA256 (Keyed Hash)
...
SHA-512 (High Entropy)
...
SHA-384
...
SHA-1 (Legacy / Checksums)
...

How it works

Step 01

Enter Text

Type or paste input message string.

Step 02

Optional Secret

Enter an HMAC secret key if generating an HMAC signature.

Step 03

Copy Hash

Copy the hexadecimal digest value.

Frequently Asked Questions

No. Hashing is a one-way mathematical function. A hash cannot be decrypted back into original plaintext.