Tri-MD5 Decrypting
#1
Sorry if this should be in another place but I'm using cudahashcat and this seemed like the most appropriate forum.

My problem is rather specific. I am trying to crack an MD5 hash but the problem is that it contains multiple hashes. The full formula is
Code:
md5(md5(value):salt:md5(value))

Does anyone know the best way to approach this? I know the variables for everything inside the hash (except the original passphrase) I just don't know how to do this since in the mode I can only see md5($salt.md5($pass)).

Thanks


Messages In This Thread
Tri-MD5 Decrypting - by thejimmy - 01-01-2016, 02:50 PM
RE: Tri-MD5 Decrypting - by stepMode - 01-06-2016, 11:26 AM
RE: Tri-MD5 Decrypting - by atom - 01-06-2016, 03:41 PM