One workaround would be to run the hashes as md5($salt.$pass) and create a rule to append the salt to each word (ex: $s$a$l$t$2), assuming that either all hashes share the same second salt, or you're only running a single hash.
MD5($Salt.$Pass.$Salt)
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
MD5($Salt.$Pass.$Salt) - by Metta - 06-13-2014, 07:31 PM
RE: MD5($Salt.$Pass.$Salt) - by Clutch - 06-14-2014, 03:47 AM
RE: MD5($Salt.$Pass.$Salt) - by Metta - 06-14-2014, 05:03 AM
RE: MD5($Salt.$Pass.$Salt) - by epixoip - 06-14-2014, 08:06 AM
|