Help with md5(md5($pass.$salt_1).$salt_2)
#1
Greetings!

So, as the title says, I have a few hashes which are hashed with two different salts using md5.

Having md5(md5($pass.$salt_1).$salt_2), the hashes list that I have are ordered like:

md5_innerHash.$salt_2

Where $salt_1 is the service's salt and is a static one (28 chars length) defined in a config file, and $salt_2 is a randomly generated hash.

Does hashcat supports this? If so, I would be grateful if someone could guide me towards an answer.

Thanks!
Reply


Messages In This Thread
Help with md5(md5($pass.$salt_1).$salt_2) - by Zeheson - 10-09-2020, 01:08 AM