Skip to content

illustrae/Password-Gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

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

Environment Variables

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

Features

  • Mobile ready!
  • Copy to clipboard
  • 90 day Password Retention
  • Password Encryption
  • Accountless usage

Tech Stack

Front: HTML/CSS, JavaScript, Bootstrap 5

Back: Python/Flask

Possible Future Implementation

  • Desktop GUI
  • Cross platform data persistance
  • Optimization of password generation

Authors

About

Python/Flask app that allows users to generate a password with or without an account.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors