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
Get step-by-step solutions from verified subject matter experts
