The website https://emilydavies092.github.io/password-generator/ is a randomized password generator.
To create a new, secured password:
You will be presented with a series of prompts for password criteria. When prompted for password criteria, select which criteria to include in the desired password.
-
You will be prompted for the length of the password. Choose a length of at least 8 characters and no more than 128 characters.
-
You will be prompted for character types to include in the password. Choose OK for "YES" or Cancel for "NO" to pick lowercase, uppercase, numeric, and/or special characters.
The input should be validated and at least one character type should be selected Once all prompts are answered, randomized a password is generated that matches the selected criteria.