Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.59 KB

File metadata and controls

49 lines (37 loc) · 1.59 KB

SecurePass Generator

Description

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.

Features

  • 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

Demo

Live Demo

Installation

No installation is required for this web-based tool. Simply open the provided HTML file in a web browser to start generating secure passwords.

Usage

  1. Open the PassGen.html file in a web browser.
  2. Customize password options (length, character types).
  3. Click the "Generate Password" button.
  4. Optionally, copy the generated password to the clipboard using the "Copy to Clipboard" button.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Dependencies

  • zxcvbn - A password strength estimator

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and submit a pull request.

License

This project is licensed under the MIT License.

Contact

Acknowledgments

  • Password strength estimation provided by zxcvbn.