Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

c++ language can you add some comments thank you 2. Password Verifier (NOTE: Use C-Strings only to implement this problem) Suppose you are assigned to

c++ language can you add some comments thank you

image text in transcribed

2. Password Verifier (NOTE: Use C-Strings only to implement this problem) Suppose you are assigned to develop a program where the users are required to login with their static passwords. The program requires the user to set their passwords meeting the following conditions. For the learning purpose of this program, please provide the user with feedback if the entered password is valid or not. If invalid, show where the password verification failed with some suggestions. Also, ask the user to retry up to 5 times if they keep failing. Following are the specific requirements: The total length of the entered password should be at least 8 characters long and less than or equal to 12 characters long The password can not contain any of these letters: lower casel (el), i, o, z and uppercase, I, O, S. Containing at least one uppercase and at least one lower case letter Containing at least one digit except (0, 1,5) Containing at least one special character (!@#$%^&*()_+, ...) . Should not contain "abo" or "123" substrings

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

Data And Databases

Authors: Jeff Mapua

1st Edition

1978502257, 978-1978502253

More Books

Students also viewed these Databases questions

Question

4. Who should be invited to attend?

Answered: 1 week ago

Question

What are the Five Phases of SDLC? Explain each briefly.

Answered: 1 week ago

Question

How can Change Control Procedures manage Project Creep?

Answered: 1 week ago