Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: complex md5 salted hash
Post: complex md5 salted hash

Hi, I have a hash which generated with the following formula: md5($salt + "-" + md5($pass)) for example: $salt = "blabla' $pass = "dada" so the formula will be: $hash = md5("blabla-" + md5("dad...
stryke hashcat 1 5,604 10-31-2016, 11:27 PM