Skip to content

Client facing password generator running on flask application. Currently underdevolopment (not client facing) a custom encryption engine.

License

Notifications You must be signed in to change notification settings

yadav412/password_gen

Repository files navigation

Password Generator

Live site

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

Features

  • Generate strong passwords of customizable length (12–64 characters)
  • Simple, user-friendly web interface
  • Secure password generation algorithm
  • Deployed on Render (free tier)

Demo

Access the live application:
https://password-gen-mblc.onrender.com/

Getting Started

  1. Clone the repository:
    git clone https://github.com/yadav412/password_gen.git
    
  2. Install dependencies:
    pip install flask
    
  3. Run the application:
    python "password gen.py"
    
  4. Open your browser and go to http://localhost:10000 (or the port specified by the PORT environment variable).

Deployment

This app is deployed on Render using the included render.yaml configuration.

License

This project is licensed under the MIT License.

About

Client facing password generator running on flask application. Currently underdevolopment (not client facing) a custom encryption engine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published