This is a Python/Flask app that allows users to generate a password with or without an account. Passwords and User accounts are stored in a MySQL server and encrypted using the cryptography library.
Check out a demo of it here
To run this project, you will need to add the following environment variables to your .env file
secret_key=> Flask secret key
user => MYSQL username
password => MySQL password
- Mobile ready!
- Copy to clipboard
- 90 day Password Retention
- Password Encryption
- Accountless usage
Front: HTML/CSS, JavaScript, Bootstrap 5
Back: Python/Flask
- Desktop GUI
- Cross platform data persistance
- Optimization of password generation