A simple web application that generates secure and random passwords based on user-defined criteria. Users can select the length of the password and include options such as uppercase letters, lowercase letters, numbers, and special characters.
- Customizable Password Length: Users can specify the length of the password (e.g., 5-50 characters).
- Character Options: Users can choose to include or exclude uppercase letters, lowercase letters, numbers, and special characters.
- Secure and Random: Generates a strong password that is both random and secure.
- Copy to Clipboard: One-click functionality to copy the generated password to the clipboard.
To run this password generator on your local machine, follow these steps:
- Clone the Repository:
git clone https://github.com/Paing100/PasswordGenerator.git
- Navigate to the Project Directory:
cd PasswordGenerator
- Open the Application:
start index.html
- HTML/CSS/JavaScript: Core structure, styling, and functionality.
- Password Strength Indicator: Display the strength of the generated password (e.g., weak, medium, strong).