Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

image text in transcribed

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

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

Structured Search For Big Data From Keywords To Key-objects

Authors: Mikhail Gilula

1st Edition

012804652X, 9780128046524

More Books

Students also viewed these Databases questions

Question

What are the best practices for managing a large software project?

Answered: 1 week ago

Question

How does clustering in unsupervised learning help in data analysis?

Answered: 1 week ago

Question

Be familiar with the integrative servicescape model.

Answered: 1 week ago

Question

Determine the roles of spatial layout and functionality.

Answered: 1 week ago