Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trident09/password-generator
Random password generator in Javascript
https://github.com/trident09/password-generator
javascript password-generator random-generation
Last synced: 2 days ago
JSON representation
Random password generator in Javascript
- Host: GitHub
- URL: https://github.com/trident09/password-generator
- Owner: Trident09
- Created: 2023-08-19T17:00:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T11:35:09.000Z (10 months ago)
- Last Synced: 2024-11-08T13:20:14.406Z (about 2 months ago)
- Topics: javascript, password-generator, random-generation
- Language: CSS
- Homepage: https://trident09.github.io/PassWord-generator/
- Size: 173 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PassWord-generator
Random password generator in Javascript## Description
This is a random password generator that will generate a password based on the criteria that the user selects. The user will be prompted to select the length of the password and if they want to include uppercase letters, lowercase letters, numbers, and/or special characters. The password will then be generated and displayed on the screen.## Installation
To install this project, simply clone the repository and open the index.html file in your browser.## Usage
To use this project, simply open the index.html file in your browser and click the "Generate Password" button. You will then be prompted to select the length of the password and if you want to include uppercase letters, lowercase letters, numbers, and/or special characters. Once you have selected your criteria, the password will be generated and displayed on the screen.