cyberchef_hash_statistics
Analyse a corpus of password hashes to reveal format distribution, accounts sharing a digest, locked/passwordless entries, and the weakest algorithm, without cracking or network access.
Instructions
Analyse a set of password hashes as a SET: which formats appear and in what proportion, which accounts share a password, which entries are locked or passwordless rather than hashed, and which algorithm is the weakest link. Answers questions that are properties of the corpus rather than of any single hash, so calling hash_identify in a loop cannot produce them. Accepts bare hashes one per line or user:hash records including /etc/shadow. Reads structure only — it never cracks anything and never reaches the network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The corpus: one hash per line, or user:hash records (/etc/shadow works as-is). Blank lines and # comments are skipped. At most 1 MB. | |
| reveal_shared | No | Report which accounts share a digest. The usernames are echoed back; set false if the output is going somewhere the hashes should not. |