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

https://github.com/xpodev/password-generator

A simple password generator
https://github.com/xpodev/password-generator

Last synced: about 1 year ago
JSON representation

A simple password generator

Awesome Lists containing this project

README

          

# Password Generator

A simple password generator that allows users to generate secure passwords with different complexity levels. It features an easy-to-use interface and supports customizing the length and security level of the generated password.

## Features
- **Password Length**: Set the desired password length (minimum 4 characters, no upper limit).
- **Security Levels**: Choose between four different levels of password complexity:
- **Level 1**: Lowercase letters only
- **Level 2**: Lowercase and Uppercase letters
- **Level 3**: Lowercase, Uppercase letters, and Numbers
- **Level 4**: Lowercase, Uppercase letters, Numbers, and Symbols
- **Copy Password**: Quickly copy the generated password to your clipboard.

## Live Demo
You can try the password generator live at the following URL: [Password Generator](https://password-gen.xpo.dev)

## How to Use
1. **Set the Length**: Use the input field to set the desired length of your password (minimum 4 characters, no upper limit).
2. **Choose the Level**: Select the desired security level from the dropdown.
3. **Generate Password**: Click the "Generate" button to create a secure password based on the selected criteria.
4. **Copy Password**: After the password is generated, you can click the "Copy" button to copy it to your clipboard.

## Setup
To run the project locally, follow these steps:

1. Clone this repository:
```bash
git clone https://github.com/xpodev/password-generator.git
```

2. Navigate to the project folder:
```bash
cd password-generator
```

3. Open the `index.html` file in your browser to start using the password generator.

## Contributing
Contributions are welcome! If you'd like to contribute, please fork the repository and create a pull request with your changes.

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.