Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 474 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 474 Bytes

Password-Generator

This application is setup to create a random password based on the criteria selected. It requires a password length to be between 8 and 128 characters.

User can select the following options to generate password.

  • Use lower case letters.
  • Use Upper case letters.
  • Use Numbers.
  • Use Special Characters.

If password length is not met, user must start over. If no criteria is selected, user must start over.

Wesley Stroeber
wesley@geekcore.org