How to identify hash types from a digest
Paste a hash digest — see likely algorithm, length, and format hints.
A leaked digest without context could be MD5, SHA-256, or bcrypt. The Hash Identifier analyzes length, charset, and prefix patterns to suggest the most likely algorithm.
How it works
- Paste digest — hex, Base64, or bcrypt string.
- Pattern match — length and format analyzed.
- Likely type — ranked candidates with confidence hints.
Heuristic only
Identification is based on format rules, not cracking. Two algorithms can produce the same length — treat results as educated guesses.
Generate hashes
To create digests for comparison, use the Hash Generator.