Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zbichsel/password-generator
https://github.com/zbichsel/password-generator
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zbichsel/password-generator
- Owner: zbichsel
- License: mit
- Created: 2023-06-29T12:12:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-02T22:42:01.000Z (over 1 year ago)
- Last Synced: 2024-11-19T15:58:17.530Z (2 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# password-generator
## Description
Password Generator is a web-based application which can be used to create complex passwords. The logic is structured in JavaScript code, and it uses multiple functions and if-statements to complete the job. The arrays allow you to include or exclude certain character types, or the user can select all of them to create a secure password.
## Installation
N/A
## Usage
When the user clicks or taps on the **generate password** button, the user will be asked to enter a number between 8 and 128 to create a password. Next the user will be prompted whether they would like the password to contain lowercase letters, uppercase letters, special characters, and numbers. After the user makes their selections, the password generator application will use the logic provided in JavaScript to randomly choose from the selected options to create an individualized password. The user will be able to select the entire password and copy it into their clipboard to save the password.
## Screenshot
![Screenshot](./Assets/images/password-generator.png)
## Links
https://zbichsel.github.io/password-generator
https://www.github.com/zbichsel/password-generator
## Credits
N/A
## Contact Me
If you have any questions, please contact me at: [email protected]
## License
Please refer to the LICENSE in the repository.