A password generator that allows the user to select criteria including password length and character types.
Two criteria to choose from:
- password length (between 8 and 128 characters)
- character types (lowercase, uppercase, numbers and special symbol characters)
The user may choose to choose both, one or none of the criteria by simply following a series of prompts.
Link: https://kvlin.github.io/Random-Password-Generator/index.html