Skip to content

A flask web app to manage your password with desired encryption key.

License

Notifications You must be signed in to change notification settings

dekwahdimas/flask-password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pass-Man, A Simple Flask Password Manager with Encryption

Pass-Man (abbr. for Password Manager) is a mini project about managing password on a Flask web app. The password will be stored on a database, but it will encrypted with your defined key.

Screenshots

Dashboard Add password to manage Decrypt managed password Sample stored data in the database

Tech Stack

Front-End:

  • Bootstrap5
  • Javascript

Back-End:

  • Flask
  • aes_cipher

Installation

You may installed the project locally with these steps.

  1. Clone the repository.
  clone the repository
  1. Install Python dependencies.
  python -m pip install -r requirements.txt
  1. Run app.py.
  python app.py
  1. Enter the URL in the browser.
  http://127.0.0.1:5000/manage

License

MIT

About

A flask web app to manage your password with desired encryption key.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages