Question: by using Java The peoject has to ask the user to enter a password of 8 characters and check how much the password is strong

by using Java

The peoject has to ask the user to enter a password of 8 characters and check how much the password is strong (strong, midum, weak) the password has to have at least one digit and one speical characters.

securtity level: (Strong / midum/ weak) nothing majior than that

by using Java The peoject has to ask the user to enter

Client > StringHandler +main(args:String[): void +processDigit(char):void +processletter(char):void +processOther(char):void +parse(String):void PasswordSecurityHandler - length:int - digit:Boolean - otherCharacter:boolean +PasswordSe curityHandler() +processDigit(char):void +processLetter(char):void +processOther(char):void +securityLevel():String

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!