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

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.

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/).