Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views [desc] Posted
    Thread: Non printable ascii characters in salt
Post: Non printable ascii characters in salt

Hi guys, I have some hashes that were created in the following format: hash = md5($salt.$pass.$salt) The problem is that the salt can contain non printable ascii characters. So I am unable...
seanmheff Old hashcat Support 7 13,200 12-01-2012, 11:11 PM
    Thread: Non printable ascii characters in salt
Post: RE: Non printable ascii characters in salt

But oclHashcat-plus cannot crack hashes of created by this algorithm: md5($salt.$pass.$salt) :/ any other ideas?
seanmheff Old hashcat Support 7 13,200 12-01-2012, 11:34 PM
    Thread: Non printable ascii characters in salt
Post: RE: Non printable ascii characters in salt

Here is an example salt in hex: a2cdde9445d0c3e285cac24b0632b6df7d2c74c8 The salts are 20 characters long and are composed of random ascii characters in the range 0-255. The example salt I have pos...
seanmheff Old hashcat Support 7 13,200 12-02-2012, 03:01 PM
    Thread: Non printable ascii characters in salt
Post: RE: Non printable ascii characters in salt

Got it working now.. I have my data saved in the form username:hash:hex(salt) I wrote a program to parse the data, and output it to a file saved in the form hash:ascii(salt) The resulting file app...
seanmheff Old hashcat Support 7 13,200 12-02-2012, 04:27 PM