/PassGenWeb

PassGenWeb is a web application powered by Flask, a Python web framework, designed to provide users with a convenient way to generate secure and random passwords.

Primary LanguageHTMLMIT LicenseMIT

PassGenWeb

PassGenWeb is a web application powered by Flask, a Python web framework, designed to provide users with a convenient way to generate secure and random passwords. The application allows users to customize the composition of their passwords by specifying the number of alphabets, numbers, and symbols.

Features:

  • Customizable password generation with user-defined counts for alphabets, numbers, and symbols.
  • User-friendly web interface for easy interaction.
  • Password randomization for enhanced security.

How to Use:

  1. Enter the desired counts for alphabets, numbers, and symbols.
  2. Click the "Generate Password" button to receive a randomized password.

Getting Started:

To run PassGenWeb locally:

  1. Install Flask: pip install Flask
  2. Run the application: python main.py
  3. Open your web browser and navigate to http://127.0.0.1:5000/

Contribution:

Contributions, bug reports, and feature requests are welcome! Feel free to fork the repository and submit pull requests to improve PassGenWeb.

Stay secure with PassGenWeb!

ADARSH MISHRA