Creates a randomly generated password given user provided parameters for length and character type.
- Allows the user to select a password length between 8 and 128 characters long.
- Will not allow users to select non-integers.
- Allows the user to select one or more of the following character types:
- Lowercase characters
- Uppercase characters
- Numbers
- Special characters
- Generated password can be copied to clipboard using the "Copy to Clipboard" button.
- Create a form for character length and type selection instead of
prompt
andconfirm
. - Personalize styles.
- Starter code provided by UCF Coding Boot Camp.
- Everything else created with enthusiasm by Mila Decker!