Understanding how user usernames and passwords are saved, retrieved and verified on websites
Environment: Lets consider you have a web site that is developed in PHP with MySQL DB in the backend and pages being served via the Apache Web Server. All are freeware technologies with appropriate licensing terms. End User input to Webpage and Webpage to Php script: A user login and/or registration page will prompt user for providing the username and password to access the site content. The Login page form, will pass the user provided username and password to the appropriate php script. Php Script to/from DB and back to Web page form: The php script will make […]
Read more