Question
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started