Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: False Positives
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Will Hashcat ever give me false positives?
Depends on what you mean by "false positive". Smile

For some hash types, hashcat will automatically show all collisions that it discovers. (You can also get this behavior for other hash types with --keep-guessing.) In theory, for most applications, any collision will serve the same purpose as the "original" plaintext, because they truly produce the same hash. And unless you know what the original plaintext truly was, you can't really tell the difference.

Famously, descrypt collisions can be found with a little effort:

"$C4U1N3R" and "SEEKETH" both hash to "1/ChERhgHoo1o" (Tom Perrine and colleagues, 2003)
"cqjmide" and "ifpqgio" both hash to "hiH9IOyyrrl4k" (unknown, 2010)
etc.

If hashcat finds a crack but that crack doesn't truly produce the expected hash, that would be a bug.
So it's never going to tell me that the password is 25-fghaghaglhfalgh but really it is 2-fglhasdfhladd?
If 25-fghaghaglhfalgh and 2-fglhasdfhladd create the same hash it might. Otherwise it is a bug.