hashcat Forum
Hash type? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: Hash type? (/thread-6342.html)



Hash type? - tiren1337 - 02-27-2017

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


RE: Hash type? - Xanadrel - 02-27-2017

So the algo would be md5(sha1($salt).md5($pass)) and it is not in hashcat.


RE: Hash type? - tiren1337 - 02-27-2017

(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?


RE: Hash type? - Xanadrel - 02-28-2017

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