Help with long salt
#6
Sorry, I suck at explaining myself.. I try my best:
I have an hash and a long (104 chars) salt:
xx_md5_hash_xx:xx_very_long_salt_xx...
the format of this hash is md5(md5($salt).md5($pass)).
oclHashcat with -m2811 doesn't accept the salt because it's too long.
However, oclhashcat supports -m3710 that is md5($salt.md5($pass)).
If I do md5($salt) myself and use oclHashcat with -m3710 it should accept and crack it:
xx_same_hash_as_before_xx:xx_md5_of_long_salt_xx
however, when I tried it with a test hash generated by me in php it doesn't crack it.
That seems strange. I can post the code to generate and do the test if it helps.
If I am misundertanding the hash formats then please someone could explain what I am not understanding.
Thank you very much for the support, this is a great program.


Messages In This Thread
Help with long salt - by please_delete_me - 03-11-2014, 05:46 PM
RE: Help with long salt - by atom - 03-11-2014, 07:43 PM
RE: Help with long salt - by please_delete_me - 03-11-2014, 07:51 PM
RE: Help with long salt - by coolbry95 - 03-11-2014, 08:42 PM
RE: Help with long salt - by undeath - 03-11-2014, 09:56 PM
RE: Help with long salt - by please_delete_me - 03-12-2014, 02:25 PM
RE: Help with long salt - by undeath - 03-12-2014, 08:37 PM
RE: Help with long salt - by please_delete_me - 03-12-2014, 09:39 PM
RE: Help with long salt - by magnum - 03-14-2014, 09:12 AM