cd ../tools

$ Hash Identifier

Automatically identify hash types based on length, format, and patterns.

100% Client-Side - Your hashes never leave your browser

hash_input.sh

$ cat supported_hashes.md

MD5 32 hex chars
SHA-1 40 hex chars
SHA-256 64 hex chars
SHA-384 96 hex chars
SHA-512 128 hex chars
bcrypt $2a$, $2b$, $2y$
Argon2 $argon2id$, $argon2i$
MySQL *hex (41 chars)

Disclaimer

Hash identification is based on format analysis only. Many hash types share the same format, so results show possible matches, not definitive identification.