The Password Generator is a simple and secure tool that generates random passwords based on user-selected criteria. It helps improve online security by creating strong, unpredictable passwords for various accounts.
- Customizable Password Length: Choose between 8 to 128 characters.
- Character Options:
- Uppercase letters (A-Z)
- Lowercase letters (a-z)
- Numbers (0-9)
- Special characters (!@#$%^&*)
- Instant Password Generation: Generate a random password with a single click.
- Copy to Clipboard: Easily copy the generated password with a single click.
- Responsive Design: Optimized for both mobile and desktop use.
- Frontend: HTML5, CSS3, JavaScript (Vanilla JS)
- Dependencies: This is a lightweight project with no external libraries required.
To use the Password Generator locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/yourusername/password-generator.git
-
Navigate to the Project Directory:
cd password-generator
-
Open the Project: Open
index.html
in your browser to start using the password generator.
- Open the Password Generator in your browser.
- Set the desired length of your password.
- Select the types of characters you want to include:
- Uppercase Letters
- Lowercase Letters
- Numbers
- Special Characters
- Click the "Generate Password" button.
- Copy the generated password to the clipboard by clicking the "Copy" button.
If you select:
- Password length: 12
- Include: Uppercase, Lowercase, Numbers, and Special Characters
The generated password might look like this:
D9#kLp!tV2m@
You can try the live version of the password generator here.