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: Hash type?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

So hash is 32char long, and salt is 19char long. Any ideas which hashcat code is that? From other site it say md5(sha1($salt).md5($pass)), but i can't find it in hashcat
So the algo would be md5(sha1($salt).md5($pass)) and it is not in hashcat.
(02-27-2017, 11:22 PM)Xanadrel Wrote: [ -> ]So the algo would be md5(sha1($salt).md5($pass)) and it is not in hashcat.

Any idea how i can unhash it?
You don't "unhash".
You can make a feature request to add that algo, or even implement it yourself in a PR.