|
|||||||||||||
|
|||||||||||||
Secure PHP Applications Via Password Hashing Do you have security issues on your web application regarding user profiles stored in a database with plain text passwords? A recent article by James McGlinn over at PHP Security Consortium offers a solution to this problem with password hashing. James explains what a hash is, why you would want to use it instead of storing real passwords in your applications, and provides some examples of how to implement password hashing in PHP and MySQL. “Password hashing is a way of encrypting a password before it's stored so that if your database gets into the wrong hands, the damage is limited”, writes James. « Back |