Question: Need java code (Generate possible Passwords) This is for you security people out there. Write a program that prompts the user to enter the number


Need java code
(Generate possible Passwords) This is for you security people out there. Write a program that prompts the user to enter the number of digits in a numeric password. Verify that the password length is 1 - 9; Generate 1000 random numeric passwords of the specified length. SAMPLE RUN #1: java Enter Password Length 1 - 9:7 Minimum: 1000000 Maximum: 9999999 Passwords 3668057 2483822 2780754 4546446 5017763 Passwords 3668057 2483822 2780754 4546446 5017763 7004384 5757318 4924261 1457890 ..... (Should print 1000) SAMPLE RUN #1: java Enter Password Length 1 - 9: 12 Invalid Length SAMPLE RUN #1: java Enter Password Length 1 - 9:0 Invalid Length
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
