Tag Archives: password
Store your passwords in a secure way!
Update (2010-05-29):The code below is outdated, latest version can be found here. I was writing a basic register-/login-script yesterday and when I did the part where it hashes the password with a salt I realized that there should be a more secure way to store passwords, so I wrote this function. function salt($password, $username, $salt [...]