https://github.com/cobypear/javascriptpasswordgenerator
Generate a password based on user input
https://github.com/cobypear/javascriptpasswordgenerator
password password-generator
Last synced: 5 months ago
JSON representation
Generate a password based on user input
- Host: GitHub
- URL: https://github.com/cobypear/javascriptpasswordgenerator
- Owner: CobyPear
- Created: 2020-06-11T14:08:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T14:22:14.000Z (over 4 years ago)
- Last Synced: 2024-12-30T09:40:58.085Z (over 1 year ago)
- Topics: password, password-generator
- Language: CSS
- Homepage: https://cobypear.github.io/JavaScriptPasswordGenerator/
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator
You can find this project here: https://cobypear.github.io/JavaScriptPasswordGenerator/
This application generates a random password based on user input.
The user can select the length of the password, as well as what types of characters appear in the final generated password.

## Changelog
9/6/2020:
- User can now specify password length with slider
- User can now specify types of chars in password with toggle buttons
- Better handling when no char types are selected
9/14/2020
- Styled the slider
- Updated README with screenshot of the site
- User can now click on generated password to automatically copy it to the clipboard
## Generating a Password
To generate a password, first use the slider to select the desired length of your password.
The buttons can be toggled on or off. If a button is on, that character type will appear in your final password.
Once you have selected the character types you would like in your final password, click `Generate Password`, and your password will appear in the text area.