Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions