โš™๏ธ Converters & Validators

Hash Identifier โ€” What Type of Hash Is This?

Paste any hash and instantly identify its type: MD5, SHA-1, SHA-256, bcrypt, NTLM, and 20+ other hash algorithms. Pattern matching and length analysis.

Hash Identifier

Paste a hash to identify its type, security status, and typical use cases. Analysis runs entirely in your browser.

Hash Length Reference

TypeHex LengthSecurity
CRC328Broken
MD532Broken
NTLM32Deprecated
SHA-140Deprecated
RIPEMD-16040Deprecated
SHA-22456Secure
SHA-25664Secure
SHA-38496Secure
SHA-512128Secure
bcrypt60 totalSecure
Argon2variableSecure

โ“ Frequently Asked Questions

How does hash identification work?+
Hash types are identified by their length, character set, and format. For example, MD5 is always 32 hex characters, SHA-256 is 64 hex characters, and bcrypt starts with '$2b$'.
Can a hash be reversed to get the original data?+
Cryptographic hashes are one-way functions โ€” they cannot be reversed. However, weak passwords can be found using rainbow tables or brute force against the hash.
Which hash algorithms are secure?+
SHA-256 and SHA-3 are secure for general use. For passwords, use bcrypt, scrypt, or Argon2 (which are slow by design). MD5 and SHA-1 are considered broken and should not be used for security.