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