Skip to content

jwe0/Pymanage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pymanage

Secure python password manager

Install

  1. Clone the repository git clone https://github.com/jwe0/Pymanage or download the code
  2. Change your directory to the code cd Pymanage
  3. Install the requirements pip install -r requirements.txt
  4. Run the code python main.py
  5. Setup your user account and login
  6. Run help for a list of commands

Features

  • Secure AES CBC password encryption ensuring no one can read your usernames, emails or passwords
  • Secure SHA256 hashing so no one but you can access your database
  • Simple and easy to use web user interface
  • Easy to modify configuration file

Todo

  • Add AES CBC encryption
  • Add SHA256 hashing
  • Add a web gui with Flask and html
  • Add full functionality to the web ui

About

Simple and secure Python password manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published