Password hashing using PHP and MySQL
June 14, 2006 at 11:58 pm (coldcase, mysql, password, php)
This article will explain what a hash is, why you want to use them instead of storing real passwords in your applications, and give you some examples of how to implement password hashing in PHP and MySQL.


