PasswordGenerator is a secure and customizable web application designed to generate strong passwords based on user-defined criteria. This project emphasizes the importance of online security, offering a simple yet effective tool for creating unique passwords.
The PasswordGenerator web app allows users to customize their passwords by specifying length and selecting character types, including uppercase letters, lowercase letters, numbers, and special characters. This interactive tool ensures that users can create robust and varied passwords tailored to their security needs.
- Visit the live site: PasswordGenerator
- Customizable Password Options: Users can choose the desired length and types of characters for their passwords.
- Secure Password Generation: Ensures that passwords are both random and unique for enhanced security.
- User-Friendly Interface: Simple design for ease of use and accessibility.
- Responsive Design: Optimized for both desktop and mobile devices.
This project is built using:
- HTML5: Structuring the content of the application.
- CSS3: Styling the interface, including responsive design.
- JavaScript: Handling logic for generating passwords and managing user input.
To run this project locally:
- Clone the repository:
git clone https://github.com/Sadab-Hussain/PasswordGenerator.git
- Navigate to the project folder:
cd PasswordGenerator
- Open the index.html file in your preferred browser.
- On Windows:
- Right-click
index.html
. - Select "Open with" → Choose your browser (e.g., Chrome, Firefox).
- On Mac:
- Right-click
index.html
. - Select "Open With" → Choose your browser.
- Set the desired length of the password.
- Choose the character types (uppercase, lowercase, numbers, special characters).
- Click "Generate" to receive a unique, customized password.