MD5 Implementation in PHP
Posted: Mon Oct 22, 2007 12:04 am
Hello,
I am developing a website, which has an "index.php" page which has a login associated with a form. In this page, there is a function "Validate" which checks for the blank user name and password. The form action field is associated with "login_chk.php" , so on clicking the login button, the form is posted to "login_chk.php" in which the user name and passwords are checked with the database.
Now I want to know, where should I implement MD5 hashing , so that user name and password travels in encrypted form?
Thank you
I am developing a website, which has an "index.php" page which has a login associated with a form. In this page, there is a function "Validate" which checks for the blank user name and password. The form action field is associated with "login_chk.php" , so on clicking the login button, the form is posted to "login_chk.php" in which the user name and passwords are checked with the database.
Now I want to know, where should I implement MD5 hashing , so that user name and password travels in encrypted form?
Thank you