redzilla
All tools
Security

Hash Identifier

Paste a hash and I show the likely algorithms from its length and character set (32 hex → MD5/NTLM, 40 → SHA-1, 64 → SHA-256, $2b$ → bcrypt…). Handy to recognize what you are looking at.

No hash is computed: it is only classified by length and format. Nothing leaves your browser.

redzilla.cl — hashid
 
Length
characters
Format
character set
Candidates
likely algorithms

Likely algorithms

#AlgorithmReason

How I identify it · length, format and prefixes

1. A hash carries no label saying which algorithm produced it, but its length and character set narrow the options a lot. 32 hex characters are almost always MD5, NTLM or MD4.

2. By hex length: 8 → CRC32/Adler-32, 16 → MySQL(old)/CRC64, 32 → MD5/NTLM/MD4/LM, 40 → SHA-1/RIPEMD-160/MySQL5, 56 → SHA-224, 64 → SHA-256/SHA3-256/BLAKE2s, 96 → SHA-384, 128 → SHA-512/SHA3-512/BLAKE2b.

3. Modern crypt hashes are recognized by their prefix with full certainty: $2a$/$2b$/$2y$ → bcrypt, $1$ → md5crypt, $5$ → sha256crypt, $6$ → sha512crypt, $argon2…$ → Argon2, {SSHA} → SSHA (LDAP)…

4. It is a hint, not a verdict: MD5, NTLM and MD4 share the same length, so the list is of candidates. The context (where the hash came from) decides which one it is.

Classified locally in your browser · no sign-up · nothing leaves your browser

Was this tool useful?
Disclaimer We take great care to keep every tool accurate and review it thoroughly; even so, we can't guarantee it is free of errors or take responsibility for how the results are used. We recommend double-checking anything critical.
Found an error? Let us know →