Welcome Guest, Not a member yet? Register   Sign In
Security: database.php & plaintext password
#4

[eluser]Mat-Moo[/eluser]
You don't use two way encryption, just 1 way. When you store the password in the database use md5($xxx) to encode it, then check the password using if (md5($user_entered_password)==$database_row_password) OK Smile


Messages In This Thread
Security: database.php & plaintext password - by El Forum - 12-01-2009, 12:41 AM
Security: database.php & plaintext password - by El Forum - 12-01-2009, 12:48 AM
Security: database.php & plaintext password - by El Forum - 12-01-2009, 12:57 AM
Security: database.php & plaintext password - by El Forum - 12-01-2009, 03:25 AM
Security: database.php & plaintext password - by El Forum - 12-01-2009, 03:43 AM
Security: database.php & plaintext password - by El Forum - 12-01-2009, 01:54 PM
Security: database.php & plaintext password - by El Forum - 12-01-2009, 02:58 PM
Security: database.php & plaintext password - by El Forum - 12-01-2009, 04:42 PM
Security: database.php & plaintext password - by El Forum - 12-01-2009, 05:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB