Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Password Weakness Detector Please answer only in FLOWGHORITHM and GADDIS PSEUDO CODE (not in JAVA or PYTHON or C+++) Design a program that asks the

Password Weakness Detector

Please answer only in FLOWGHORITHM and GADDIS PSEUDO CODE (not in JAVA or PYTHON or C+++)

Design a program that asks the user to enter a password, and then analyze the password, and then analyze the password for the following weaknesses:

1. Fewer than 8 characters

2. Does not contain at least one uppercase letter and one lowercase latter

3. Does not contain at least one numeric digit

4. Does not contain at least one special character( a character that is not a letter or numeric digit)

5. Is a sequence of consecutive uppercase letters ( such as ABCDE)

6. Is a sequence of censecutive lowercase letters (such as abcd)

7. Is a sequence of consecutive numeric digits (such as 12345)

8. Is a repeating sequence of characters (such as ZZZZZ or 55555)

The program should display messages indicating wheter any of these weaknesses are found in the password.

PLEASE ANSWER ONLY IN FLOWGHORITHM AND GADDIS PSEUDO CODE (not in JAVA or PYTHON)

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

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

4th Edition

0805360476, 978-0805360479

More Books

Students also viewed these Databases questions

Question

=+How are these three variables related?

Answered: 1 week ago