|
Message-ID: <578FD22A.2030107@freakyacres.com> Date: Wed, 20 Jul 2016 15:34:02 -0400 From: Joe Konecny <joe@...akyacres.com> To: john-users@...ts.openwall.com Subject: need to find salt 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. The original string was "1434". Is there something I can do to make it faster in any way since I know the original string? I saved my hash in a file (called myfile) like this... user:da2fed9d5d34a1f293d2a96ab6a0f3d8 Then called john... ./src/john/run/john --format=raw-md5 myfile
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.