Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 970 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 970 Bytes

Icon
Passmanager 🔑

What is this ?

Python app that is used to store password. This app currently only support adding, listing, and viewing passwords. The encrypted password is stored in a file in home directory in ~/.password_manager. To delete the password just delete file in there.

How to use ?

To run this app you can execute file app.py. First you need to initialize the folder by running app.py init. To list all commands you can execute app.py --help.

How it works ?

For detail about how this program works, you can read the pdf document here titled Passmanager.pdf.

Python Dependency

You need typer and cryptography to run this app.