Question
Weve all been there tasked to create a password that meets the systems requirements. Now you have a chance to be on the other side
Weve all been there tasked to create a password that meets the systems requirements. Now you have a chance to be on the other side of this game and check user passwords against the following criteria:
At least twelve characters
No spaces
At least one upper-case letter
At least one lower-case letter
At least one digit
At least one special character (not a space, not a letter, not a digit)
You might find some useful methods in the Java Character wrapper class.
Run your program against the data file provided and report the number of passwords that pass all criteria.
("ADVANCED JAVA ")
I have the file but I don't know how to upload it !!
create a program that can read a file, count and print out the number of passwords that respect the criteria above.
I need the hold code please.
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