https://github.com/harshdev1809/password-generator
A JavaScript tool for generating strong, customizable passwords. Users can set length and character types (uppercase, lowercase, numbers, special characters). Easy to use and secure.
https://github.com/harshdev1809/password-generator
css html javascript jquery
Last synced: 3 months ago
JSON representation
A JavaScript tool for generating strong, customizable passwords. Users can set length and character types (uppercase, lowercase, numbers, special characters). Easy to use and secure.
- Host: GitHub
- URL: https://github.com/harshdev1809/password-generator
- Owner: HarshDev1809
- Created: 2024-05-16T20:19:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T21:57:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T11:41:38.087Z (over 1 year ago)
- Topics: css, html, javascript, jquery
- Language: HTML
- Homepage: https://password-generator-a54o.onrender.com/
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Generator
This is a simple yet powerful Password Generator built using HTML, CSS, and JavaScript. It allows users to create secure, randomized passwords with customizable length and character options, ensuring their accounts are well-protected from unauthorized access.
## Features
- Generate passwords of customizable lengths
- Include or exclude uppercase letters, lowercase letters, numbers, and special characters
- Easy-to-use interface with a clean, responsive design
- Instant password generation with just one click
## Default Password Settings
- **Length**: 8 characters
- **Pattern**:
- 1st character: Capital letter (A-Z)
- 2nd character: Small letter (a-z)
- 3rd character: Small letter (a-z)
- 4th character: Small letter (a-z)
- 5th character: Special character ("!", "@", "#", "$", "_", "*")
- 6th character: Special character ("!", "@", "#", "$", "_", "*")
- 7th character: Number (0-9)
- 8th character: Number (0-9)
- 9th & 10th characters: Blank by default, customizable by the user
## Character Set
- **Capital Letters**: A-Z
- **Small Letters**: a-z
- **Numbers**: 0-9
- **Special Characters**: "!", "@", "#", "$", "_", "*"
## Usage
1. Open the app in your browser.
2. Choose the desired length for the password.
3. Select the character types you want to include: uppercase letters, lowercase letters, numbers, and/or special characters.
4. Click "Generate" to instantly get your secure password. By default, an 8-character password will be generated following the specified pattern.
## Technologies Used
- HTML5 for the structure
- CSS3 for styling and responsive design
- JavaScript for password generation logic
## Live Demo
Check out the live demo [here](https://password-generator-a54o.onrender.com/).