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

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