|
Message-ID: <5790D430.4090700@freakyacres.com> Date: Thu, 21 Jul 2016 09:54:56 -0400 From: Joe Konecny <joe@...akyacres.com> To: john-users@...ts.openwall.com Subject: Re: need to find salt On 07/20/2016 05:18 PM, jfoug wrote: > On 7/20/2016 2:34 PM, Joe Konecny wrote: >> I have a salted MD5 hash. I have the string that was hashed I just want >> to find the salt. I don't know the salt size or location. > > Without knowing anything about the salting method, it will simply be a trial and error way of proceeding. If you 'knew' that the algorithm was md5($p.$s) and $s was a ascii string of 8 characters, > then you have a better target (but a pretty large universe of candidates). If you know that it is md5($p.$s) and $s is 16 character lower case hex values, then again you can target that. If you find > the salt is 32 bytes of random binary data, then you might as well give up finding the salt. > > I tested all binary data, from 1 to 4 bytes for md5($s.$p) and md5($p.$s) and the salt was not found. Will john find work to find the entire hashed string with the salt (eventually)? So if the salt was unknown as I said but maybe the string that was hashed was "a1434b"... would it eventually find "a1434b" or would it never find it because I didn't specify md5($s.$p.$s)?
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.