Hash Extractor (MD5 / SHA)
Paste a malware report, log file, or hash list and get every MD5, SHA-1, SHA-256 and SHA-512 hash pulled out — identified by matching the exact hex-character length each algorithm produces.
The Hash Extractor (MD5 / SHA) module is already switched on below, with a sample loaded — paste your own text to replace it.
Frequently asked questions
How does it tell hash types apart?
By exact hex length: 32 characters for MD5, 40 for SHA-1, 64 for SHA-256, 128 for SHA-512.
Can it verify a hash matches a file?
No, this only finds hash-shaped strings in text — it doesn’t compute or verify hashes against any file.
Does it distinguish a hash from any other 32-hex-character string?
No — any string of the right length and hex-only characters (0-9, a-f) will match, since a hash has no other distinguishing marker in plain text.