RANDOM PASSWORD GENERATOR
Password Generator allows the user to customize a randomly generated password of at least 8 characters to be used for current and future accounts.
* HTML
* CSS
* Javascript
Once the generate password button is clicked, the user will be prompted to define the length of their password.
With a length chosen, the app will as the user which of the following characters it would like to include in the password: Numerals, Special Characters, Upper Case letters, and Lower Case letters.
Once all the parameters have been set, the app will generate a new password randomly, pulling only from the specified character pools.
MIT
Email: cmckoy@elon.edu
If you'd like to try the app yourself, please follow the link: Password Generator