Is it possible to find the salt for a known password?
#3
Thanks epixoip.

The reason for needing the salt is that it's static across other unknown passwords.

When I try to use sha256(pass.salt) though it complains about the length. How do I provide the known "salt" (password) in this case? (Sorry if this is beyond basic - still getting to grips with it.)


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