Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part 1 Create php document named password.php. Create an array of 10 possible passwords, 5 good and 5 bad based on the following criteria: 1.

Part 1

Create php document named password.php. Create an array of 10 possible passwords, 5 good and 5 bad based on the following criteria:

1. A good password should contain at least 12 characters.

2. A good password should contain at least one number, one lowercase letter, one uppercase letter, and one non alphanumeric character.

3. A password cannot have a space in it.

Part 2 Create a function named checkPassword that does the following:

1. Receives as a parameter a password.

2. Uses functions and Regular Expressions to check the rules for a password.

3. If the password is invalid, return a string that contains the password and a description of why it is invalid.

4. Returns TRUE Boolean value if the password is valid.

Part 3 Create main logic for password.php page to do the following:

1. Use a foreach loop to check each password to see if it is good or bad.

2. Call the checkPassword function in the loop to see if the password is valid.

3. In the loop depending on the results display the message that is returned from the checkPassword function and if it is a good password display a message to indicate it is good.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Inductive Databases And Constraint Based Data Mining

Authors: Saso Dzeroski ,Bart Goethals ,Pance Panov

2010th Edition

1489982175, 978-1489982179

More Books

Students also viewed these Databases questions

Question

3. Influencing people to willingly follow that direction?

Answered: 1 week ago