PHPSuperBlog.com

MD5 – insert an encrypted string or password to the MySQL database with HTML form and PHP

In a login system, there are user names and passwords stored in the MySQL database. The passwords are normally stored as strings and are stored as they are inside the database. To have a more security way to store the passwords in the database, it is better to store an encrypted version of the password in the database, therefore only the password owner knows what the password is.

Continue Reading →

  • Categories

  • Useful Downloads