This assignment involves creating a password generator that will generate a random password after a serious of responses are obtained.
This application will generate a random password based on selection made by the user. The password generator will accomplish the following:
- Click the password generator button to begin the generator
- Select a password length between 8-128 when prompted
- Select whether to include lowercase, uppercase, numeric and/or special characters
- The user must select at least one character type for the password generator
- When all selection criteria has been answered, the password generator will display the password in the web browser
Here is an image of what a generated password will look like once it is generated.
