One Way Hash Password &salt
Tuesday, December 23rd, 2008I want a username/password application where passwords are appended with a salt(which is randomly generated and unique to each password with length of say 10) and then a one way hash operation is performed on the combination before it is stored on a database. The database will contain the username field,the hashed password field and the salt used.
Read More…

