The Password Generator is a simple web application that allows users to generate secure and random passwords based on their preferences. It provides a user-friendly interface with options to customize password length and include different character types such as uppercase letters, lowercase letters, numbers, and special characters.
- Customizable Password Length: Choose the length of your password within the range of 8 to 128 characters.
- Character Type Options: Select which types of characters to include in your password (Uppercase, Lowercase, Numbers, Special Characters).
- Password Generation: Click the "Generate Password" button to generate a random password based on your preferences.
- Copy to Clipboard: Quickly copy the generated password to the clipboard for easy use.
- Clear Functionality: Clear the generated password to start fresh.
- Site is live at https://vivekiyer7.github.io/SecureKeyGen/
To run the application locally, follow these steps:
- Clone the repository:
git clone https://github.com/vivekiyer7/SecureKeyGen.git
- Open the
index.html
file in your preferred browser.
- Open the web application in your preferred browser.
- Specify your password preferences using the provided prompts.
- Click the "Generate Password" button.
- Copy the generated password using the "Copy" button.
- Optionally, use the "Clear" button to start over.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
. - Commit your changes:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Submit a pull request.
This project is licensed under the GNU General Public License v3.0.
Vivek Iyer
Made with ❤️️ by Vivek Iyer