01-17-2015, 11:48 PM
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.)
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.)