Salt max length ? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Salt max length ? (/thread-3610.html) |
Salt max length ? - WhitePhoenix - 08-13-2014 Hi there, This is the first time that I'm using hashcat. For now I'm just trying to understand the system with a simple example. I'm using a 56-length salt which come from Prestashop ('_COOKIE_KEY_'). It seems to be the standard size of the salt in that system ( http://paikialog.wordpress.com/2010/11/08/prestashop-generate-and-change-cookie-key/ ). This is what I took for my example : Salt: 2NZwJaG2ShDGHbJSSG8Jn9XyJtFsqcAUhFUyv2aEvYavSw50mbNjXJY3 123456 without salt : e10adc3949ba59abbe56e057f20f883e 123456 with salt : 7e97f42df22c0555859942f9751b7ad9 So I'm trying to find back the original password (123456) with the method $salt.$pass But my problem is that is seems that my salt is too big for hashcat. So how can I figure out this ? Do you know a way to unblock the max size ? Code: Initializing hashcat v0.47 by atom with 4 threads and 64mb segment-size... Thank you for your help, RE: Salt max length ? - coolbry95 - 08-14-2014 Hashcat has a salt length limit. So your salt is just to long and there is nothing you can do about it to make hashcat work with it. |