Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivshah19/password-generator
https://github.com/shivshah19/password-generator
css3 html5 javascript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shivshah19/password-generator
- Owner: ShivShah19
- Created: 2024-01-25T08:34:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T19:27:54.000Z (12 months ago)
- Last Synced: 2024-01-30T20:44:43.609Z (12 months ago)
- Topics: css3, html5, javascript
- Language: JavaScript
- Homepage: https://shivshah19.github.io/Password-Generator/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator
## Description
This Password Generator is a simple tool that allows users to create secure and customizable passwords. It offers options to include uppercase letters, lowercase letters, numbers, and symbols in the generated password. Users can also specify the length of the password according to their security requirements.
## Features
- Generate passwords with a combination of uppercase letters, lowercase letters, numbers, and symbols.
- Customize the password length for increased security.
- Generate passwords even if no specific options are selected.## Usage
1. Clone the repository to your local machine.
```
git clone https://github.com/ShivShah19/Password-Generator.git
```2. Navigate to the project directory.
```
cd Password-Generator
```3. Open the `index.html` file in your preferred web browser.
4. Customize your password preferences using the options provided:
- Check/uncheck options for including uppercase letters, lowercase letters, numbers, and symbols.
- Adjust the password length using the slider.5. Click the "Generate Password" button to create a new password.
6. Copy the generated password to use it for your accounts, applications, or any other secure purposes.