04-05-2014, 07:53 AM
depending on the algorithm, you could simply reverse the role of the password and the salt. for example, if the algorithm is md5(s.p), you could use the password as the salt and crack it as md5(p.s).
Cracking Hash with Known Plaintext
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Cracking Hash with Known Plaintext - by synick - 04-04-2014, 03:48 PM
RE: Cracking Hash with Known Plaintext - by radix - 04-04-2014, 03:51 PM
RE: Cracking Hash with Known Plaintext - by epixoip - 04-05-2014, 07:53 AM
|