cyberchef_hash_identify
Identify password hashes by structure and get hashcat mode plus John format for each match. Use before cracking to recognize bcrypt, sha512crypt, argon2, and other formats.
Instructions
Identify a password hash by its structure — bcrypt, sha512crypt, argon2, PHPass, Django, LDAP, MySQL, NetNTLM and others — and report the hashcat mode and John format name for each match. Falls back to length-based candidates for a bare digest. Use this before trying to crack something: CyberChef's Analyse hash operation reads hex length only and reports "Invalid hash" for bcrypt, sha512crypt and argon2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The hash, one per call. Whitespace is trimmed. |