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.
- Customizable password generation with user-defined counts for alphabets, numbers, and symbols.
- User-friendly web interface for easy interaction.
- Password randomization for enhanced security.
- Enter the desired counts for alphabets, numbers, and symbols.
- Click the "Generate Password" button to receive a randomized password.
To run PassGenWeb locally:
- Install Flask:
pip install Flask - Run the application:
python main.py - Open your web browser and navigate to
http://127.0.0.1:5000/
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!