This is a Javascript run Password generator. The user can choose:
- The length of password
- The use of different Character types:
- Lowercase characters
- Uppercase characters
- Numeric characters
- Special characters
The webiste will then create a random password every time it is run.
When the user clicks the "Generate Password" button (below), prompts will run to request the users choices (as shown below).
Firstly, the length of password required.
Then if special characters should be used.
Then if numeric characters should be used.
Then if lowercase characters should be used.
Lastly, if uppercase characters should be used.
The generated password will be written on the page in the password box.
Deployed site: https://moobell1212.github.io/Javascript-Password-Generator/
MIT