hash_identifier
Analyzes a hash string to determine likely algorithm(s) and outputs ranked types with hashcat mode and John format. Use before cracking to pick the correct mode.
Instructions
Hash type identification tool. Analyzes a hash string and determines which algorithm(s) likely produced it (MD5, SHA1, SHA256, NTLM, bcrypt, etc.). Use BEFORE attempting to crack a hash — you must know the hash type to select the correct mode in hashcat or format in john. Output: list of possible hash types ranked by likelihood with the corresponding hashcat mode and john format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash_str | No | Hash string to identify (e.g. '5f4dcc3b5aa765d61d8327deb882cf99') | |
| hashfile | No | File containing hashes to identify (one per line) |