Cryptographic Hash Functions
Generate secure hashes instantly with 40+ algorithms including SHA-256, SHA-3, BLAKE3, Keccak, and legacy algorithms. 100% client-side computation for maximum privacy.
About Hashes
Hash functions convert input data into deterministic digests for integrity checks, fingerprints, identifiers, and cryptographic workflows. This category includes modern secure hashes, legacy hashes, XOFs, and specialized hash constructions.
All tools run locally in the browser using WebAssembly and JavaScript hash libraries.
MD4
MD5
SHA-1
SHA-224
SHA-256
SHA-384
SHA-512
SHA-512/224
SHA-512/256
SHA3-224
SHA3-256
SHA3-384
SHA3-512
Keccak-224
Keccak-256
Keccak-384
Keccak-512
SHAKE128
SHAKE256
cSHAKE128
cSHAKE256
TupleHash128
TupleHash256
ParallelHash128
ParallelHash256
KeccakPRG
KangarooTwelve (K12)
TurboSHAKE128
TurboSHAKE256
RIPEMD-160
BLAKE1-256
BLAKE1-512
BLAKE2b
BLAKE2s
BLAKE3
SM3
Whirlpool
Hashes FAQ
Which hash algorithm is best for new projects?
SHA-256 is the most broadly compatible default. SHA-3 and BLAKE3 are strong modern alternatives when your environment supports them.
Should I still use MD5 or SHA-1?
Use MD5 or SHA-1 only for legacy compatibility and non-security checks. They should not be used for signatures, certificates, passwords, or new security designs.