SecurePass Generator is a web-based tool for generating secure passwords with customizable options. It allows users to create strong and unique passwords based on their preferences, including length and character types.
- Password length customization
- Options for including uppercase, lowercase, digits, and symbols
- User-friendly interface
- Copy to clipboard functionality
- Estimated cracking time display based on password strength
No installation is required for this web-based tool. Simply open the provided HTML file in a web browser to start generating secure passwords.
- Open the
PassGen.htmlfile in a web browser. - Customize password options (length, character types).
- Click the "Generate Password" button.
- Optionally, copy the generated password to the clipboard using the "Copy to Clipboard" button.
- HTML
- CSS
- JavaScript
- zxcvbn - A password strength estimator
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and submit a pull request.
This project is licensed under the MIT License.
- Developer: Devdas Kumar
- Email: Kumardevdas88@gmail.com
- LinkedIn: (https://www.linkedin.com/in/devdas-cybersecurity/)
- Password strength estimation provided by zxcvbn.