md5 encryption

Log In and Registration Form using MD5 in PHP/MySQL

Submitted by alpha_luna on
In this tutorial, we are going to learn how to create Log In and Registration Form using MD5 Encryption in PHP/MySQL. The features of this simple program, it has a registration form for a user and it has an input validation that the empty field is not allowed same with the login form and the password are encrypted using MD5.

Login Page with md5 Encryption in Password field using PHP/MySQL

Submitted by argie on
This code will teach you on how to create a login form with md5 encryption. The feature of this code is, it has a input validation and the password are being encrypted using md5. Download and try this code to learn on how to create a login form with md5 encryption. database name: simple_login