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.
- 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.
You can try the password generator live at the following URL: Password Generator
- Set the Length: Use the input field to set the desired length of your password (minimum 4 characters, no upper limit).
- Choose the Level: Select the desired security level from the dropdown.
- Generate Password: Click the "Generate" button to create a secure password based on the selected criteria.
- Copy Password: After the password is generated, you can click the "Copy" button to copy it to your clipboard.
To run the project locally, follow these steps:
- Clone this repository:
git clone https://github.com/xpodev/password-generator.git
- Navigate to the project folder:
cd password-generator
- Open the
index.html
file in your browser to start using the password generator.
Contributions are welcome! If you'd like to contribute, please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.