Welcome Guest, Not a member yet? Register   Sign In
Locking down your password
#1

[eluser]georgerobbo[/eluser]
Hello,

I have a question to ask about login form security. It isn't about mysql injection by the way. Tongue

Of course you will want to secure your password using some kind of encryption, but what would you say would be the bare minimum? Surely =>


Code:
$password = $_POST['password']; $password = md5($password);

isn't secure enough?
#2

[eluser]pistolPete[/eluser]
You can salt your hashes: http://ellislab.com/forums/viewthread/65712/




Theme © iAndrew 2016 - Forum software by © MyBB