An open API service indexing awesome lists of open source software.

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

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.

![Password Generator Screenshot](./assets/passwordGenerator.png)

## 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.