AlwizTool Logo AlwizTool Logo

Hash Generator

Generate cryptographic hashes from any text. Optional HMAC secret.

Input

When set, all outputs become HMAC-signed hashes

Result

MD5 128-bit / legacy
SHA-1 160-bit / legacy
SHA-256 256-bit / secure
SHA-384 384-bit / secure
SHA-512 512-bit / secure

About Hashing

Hash functions produce a fixed-size output from any input. MD5 and SHA-1 are insecure for cryptography but fine for checksums. Use SHA-256 or higher for security. HMAC adds a secret key for message authentication.

Other Tools