A simple and customizable password generator built to create secure passwords for your accounts. This project is designed to be user-friendly and efficient, allowing you to generate passwords with specific criteria.
- Generate strong, random passwords.
- Customize password length.
- Include or exclude specific character types:
- Uppercase letters
- Lowercase letters
- Numbers
- Special characters
- Easy-to-use interface.
Check out the live demo of the password generator: Password Generator Demo
- Clone the repository:
bash
git clone https://github.com/liviu-b/password_generator.git
- Navigate to the project directory:
bash
cd password_generator
- Open the
index.html
file in your browser to use the password generator.
- Open the application in your browser.
- Select the desired password length.
- Choose the character types to include in the password.
- Click the "Generate Password" button to create a secure password.
- Copy the generated password for use.
- HTML: Structure of the application.
- CSS: Styling for the user interface.
- JavaScript: Logic for generating passwords.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, feel free to reach out:
- GitHub: liviu-b
- Email: [email protected]
Thank you for checking out the Password Generator project! If you find it useful, please consider giving it a ⭐ on GitHub.