Unknown salt
#1
I have a bunch of MD5 hashes created with an algorithm md5(md5($pass).$salt) where $salt is an unknown 3-character string (different for each hash.)

It seems that there's a semi-undocumented mode -m 2611 that handles this algorithm, but it requires the salt to be in the input file. I only have straight hashes in the file, and hashcat refuses to load them due to "Line-length exceptions", no matter what I try.

Is there any way to search through all possible salts?


Messages In This Thread
Unknown salt - by mrfancypants - 05-21-2017, 02:35 AM
RE: Unknown salt - by atom - 05-21-2017, 01:20 PM
RE: Unknown salt - by mrfancypants - 05-22-2017, 07:10 AM
RE: Unknown salt - by atom - 05-22-2017, 08:37 AM
RE: Unknown salt - by undeath - 05-22-2017, 09:36 PM
RE: Unknown salt - by atom - 05-23-2017, 03:30 PM