RANDOM PASSWORD GENERATOR

Table of Contents

Description

Password Generator allows the user to customize a randomly generated password of at least 8 characters to be used for current and future accounts.

Technologies

* HTML
* CSS
* Javascript

Demo

Main Page

Upon Loading the page, the user is given the option to generate a password.

Choose the Length of Your Password

Once the generate password button is clicked, the user will be prompted to define the length of their password.

Customize What Characters are in your 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.

Password Appears

Once all the parameters have been set, the app will generate a new password randomly, pulling only from the specified character pools.

License

MIT

Contact Info

Email: cmckoy@elon.edu

If you'd like to try the app yourself, please follow the link: Password Generator