A secure and customizable password generator web application built with Flask.
v 1.0 - minimal styling, backend is a simple but effective python algo that allows password generation of 4-64 chars using the flask framework. This version of the application is deployed using render (free tier) - 13 commits
v 1.1 - addition of a pin generator as well as a basic encryption algo these are coded by have yet to be part of the release - the "chimera encryption algo" has its base created but with additions it should be strengthened. - 25 commits
- Generate strong passwords of customizable length (12–64 characters)
- Simple, user-friendly web interface
- Secure password generation algorithm
- Deployed on Render (free tier)
Access the live application:
https://password-gen-mblc.onrender.com/
- Clone the repository:
git clone https://github.com/yadav412/password_gen.git - Install dependencies:
pip install flask - Run the application:
python "password gen.py" - Open your browser and go to
http://localhost:10000(or the port specified by thePORTenvironment variable).
This app is deployed on Render using the included render.yaml configuration.
This project is licensed under the MIT License.