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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!