Question: I have to incorporate these algorithms into the C++ program. 2. Password Streneth Program Create a xcpp program that verifies the strerngth of a password

 I have to incorporate these algorithms into the C++ program. 2.

Password Streneth Program Create a xcpp program that verifies the strerngth of

I have to incorporate these algorithms into the C++ program.

2. Password Streneth Program Create a xcpp program that verifies the strerngth of a password that a user is entering is strone (complex/secure) enough. In the main area of the program, prompt the user to enter a password. Then, call a function, passing into it the password that they entered in the function, use whatever cpp commands or built-in functions are available to ensure a. The password is at least B characters in length b. The password is mixed case (upper and lower) c. You have at least one of these valid special characters in your password. $1@96 ^ & * # The function will determine if the password is strong enough and then output the correct message. Here is a sample run and output from the program: First Run: Enter a password: thisis Your password length is too short. Please choose a password that is at least 8 characters long. Your password is not a mixed case. Please choose a password with mixed case. You do not have a valid special character in your password. Please add at least one special character. Second Run: Enter a password: thisismypassword Your password is not a mixed case. Please choose a password with mixed case You do not have a valid special character in your password. Please add at least one special character. Third Run: Enter a password: Thisismypassword You do not have a valid special character in your password. Please add at least one spe character. Fourth Run: Enter a password: thisis!myPassWORD Thank you. Your password is valid

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!