https://github.com/zichkoding/randompasswordgenerator
https://github.com/zichkoding/randompasswordgenerator
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zichkoding/randompasswordgenerator
- Owner: ZichKoding
- Created: 2021-09-04T19:40:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-11T00:36:07.000Z (over 4 years ago)
- Last Synced: 2025-02-01T13:22:06.570Z (about 1 year ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RandomPasswordGenerator
**_Click the image below for deployed link_**
[](https://zichkoding.github.io/RandomPasswordGenerator/)
## **Table of Contents**
* How it works
* How to use
### **How it Works**
When the user clicks the generate button they will be prompted to for how long the password should be. Following the desired length the user will be alerted to confirm what type of characters are desired to be in the password.
Once the user has given the desired information the application will randomly choose from a list of character types that the user wanted up to the desired password length. This will then be displayed into the web page above the `Generate Password` button. There will be at least one of each character type the user desired.
### **How to Use**
1) Click `Generate Password`
2) When prompted enter a number between 8 and 128. This determines how long to make the password.
3) Confirm by clicking `Ok` or `Cancel` for lowercase characters.
4) Confirm by clicking `Ok` or `Cancel` for uppercase characters.
5) Confirm by clicking `Ok` or `Cancel` for number characters.
6) Confirm by clicking `Ok` or `Cancel` for special characters.