Is it possible to find the salt for a known password?
#2
Easiest way would be to treat it as sha256(pass.salt), use the plaintext password as the salt, and crack the salt as the password.

But this begs the question -- if you already have the password, why do you care what the salt is?


Messages In This Thread
RE: Is it possible to find the salt for a known password? - by epixoip - 01-17-2015, 06:48 PM