Paste any hash string and instantly identify MD5, SHA-256, bcrypt, Argon2, and 30+ other formats
- Runs locally
- Category Encoding & Crypto
- Best for Checking file type, size, metadata, and obvious mismatch signals before sharing.
Supports: MD5 · SHA-1/224/256/384/512 · SHA-3 · bcrypt · Argon2 · NTLM · RIPEMD · Blake2 · Whirlpool · CRC32 · and more
What this tool does
Free online hash type identifier. Paste any hash string and instantly learn which algorithm produced it — MD5, SHA-1, SHA-256, SHA-384, SHA-512, SHA-3, bcrypt, Argon2, NTLM, RIPEMD, Blake2, CRC32, and 30+ more. Detection works by analyzing the hash length, character set, and format prefix. 100% client-side — your hash never leaves the browser.
Tool details
- Input
- Text
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- No account required
- Open the page and use it; whether results survive refresh depends on the tool.
- Performance budget
- Initial JS <= 8 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Encoding & Crypto · Developer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Hash Type Detector fits into your work
Use it before upload, handoff, archive, support review, or any moment where a file needs one local check before it leaves your machine.
File jobs
- Checking file type, size, metadata, and obvious mismatch signals before sharing.
- Preparing mixed folders for upload, archive, intake, or review.
- Keeping sensitive files in the browser instead of sending them to an account-based service.
File checks
- Do not treat the extension alone as proof of the real file type.
- Review metadata before a file goes to customers, vendors, or a public page.
- Keep the original file until the copied, converted, or exported result is verified.
Good next steps
These links move the current task into a more complete workflow.
- 1 MD5 / SHA Hash Generator Compute MD5 / SHA-1 / SHA-256 / SHA-384 / SHA-512 hashes, all five at once, browser-only Open
- 2 JWT Decoder Decode JWT header / payload / signature — verify structure, check exp, copy claims — browser-only Open
- 3 Base64 Encoder & Decoder Encode or decode Base64 — text, files, and Data URLs. Runs entirely in your browser. Open
Real-world use cases
Identify hash types in a leaked database dump
You're analyzing a breach dump and find a column of 32-character hex strings. Paste one into the detector — if only MD5 or NTLM are listed you know the passwords were hashed without a salt, making them crackable with rainbow tables. If it's bcrypt or Argon2id you can confirm the application stored passwords correctly with a proper KDF.
Confirm a third-party library's password storage format
You're auditing an auth library and want to verify it uses bcrypt rather than plain MD5. Sample a hash from its output, paste it here, and the `$2b$` prefix confirms bcrypt with the embedded cost factor — no need to read the library source.
Common pitfalls
Assuming every 32-char hex string is MD5. NTLM, RIPEMD-128, MD4, LM Hash, Tiger-128, and Haval-128 all produce 32 hex chars.
Pasting a hash with surrounding whitespace. A leading or trailing space changes the character count and can cause "no match" — always trim before pasting.
Treating detection as verification. This tool identifies plausible types by structure, not by computing and comparing the hash from known plaintext.
Privacy
Detection runs entirely in your browser using regex pattern matching and character counting. Your hash string is never sent to a server. No data is logged, stored, or written to the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- 555 Timer Calculator Astable f = 1.44/((R1+2R2)C) + monostable t = 1.1RC — pick R1, R2, C in Ω/kΩ and µF/nF, read frequency, duty cycle and pulse width — browser-only
- Add Line Numbers Number every line of pasted text — set start, step and separator, zero-pad to align, skip blanks, or strip numbers back off — browser-only
- Age Difference Calculator The exact gap between two birthdays — years/months/days, percentage, and the date one person is twice the other's age — browser-only
- AI Eval Planner Generate eval cases, pass criteria, and edge cases from an AI feature, risks, and user path.