Hash type?
#1
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
#2
So the algo would be md5(sha1($salt).md5($pass)) and it is not in hashcat.
#3
(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?
#4
You don't "unhash".
You can make a feature request to add that algo, or even implement it yourself in a PR.