Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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():StringStep 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