Hash Identifier
Paste a hash string to identify its type. Supports MD5, SHA-1, SHA-256, SHA-512, bcrypt, Argon2, scrypt, and more.
Hash string
Note
Identification is based on length and format heuristics. Some hash types share the same length (e.g., MD5 and NTLM are both 32 hex characters), so multiple matches may appear. This tool does not crack or verify hashes.
Related tools
Hash GeneratorCrypto
Generate MD5/SHA256/SHA512 hashes in-browser.
HMAC GeneratorCrypto
Generate HMAC (SHA-256/512) using WebCrypto.
PBKDF2 GeneratorCrypto
Derive keys with PBKDF2 (WebCrypto).
Bcrypt Hash GeneratorCrypto
Hash and verify passwords with bcrypt locally in your browser.
File Hash (SHA-256)Crypto
Hash a file locally in your browser.
Checksum VerifierCrypto
Verify file checksums (MD5/SHA-1/SHA-256/SHA-512) by computing and comparing hashes in your browser.