The Password Generator is an web application created using HTML, CSS, and JavaScript. It asks you for the criteria for the password inluding:
- Password length (between 8-128 characters)
- Include lowercase letters?
- Include uppercase letters?
- Include numbers?
- Include special characters?
When you enter the critera the generator will generate a unique password for you based on the critera entered. If you Select critera that does not follow the parameters it will prompt you with an error letting you know that it can't generate a password and you will have to try again!
Instructions: Github Pages: https://0216johnsoneric.github.io/Password-Generator/
Clone lab: git clone [email protected]:0216johnsoneric/Password-Generator.git Run in Browser w/ localhost or VS code browser extension