Question
Q1. Create an HTML form for a login page (call it login.html). Add client-side validation using regular expression. Q2. Now you need to bypass the
Q1. Create an HTML form for a login page (call it login.html). Add client-side validation using regular expression. Q2. Now you need to bypass the client-side validation. Show your work. Q3. Do the following using MySQL. Create a DB (call it sc_lab_db). Create the required table (call it users). Insert some entries in the users tables. User weak passwords as well as strong ones. Use an online tool to check the strength of the passwords. Q4. Create a check_user PHP file that receives the data from the login form, and then checks them against the DB. You need to do the following: Add server-side validation for the input data Make sure that the password stored in the DB is hashed Q5. Crack one of the weak passwords using online tools. Show your work.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started