Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database Design A Practical Approach

Authors: Marilyn Campbell

1st Edition

1587193175, 978-1587193170

More Books

Students also viewed these Databases questions

Question

Discuss the five contemporary communication issues facing managers.

Answered: 1 week ago