This is a repository for the Vanderbilt Coding Bootcamp Homework 3
This is a GitHub repository for a password generator application.
With GitHub account, clone or download repository using link.
This will application will assist users with creating strong passwords quickly that meet a range of security requirements.
The user will be prompted to choose from the following password criteria:
-
Length (must be between 8 and 128 characters)
-
Character type:
-
Special characters
-
Numeric characters
-
Lowercase characters
-
Uppercase characters
-