You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While learning encryption, I wanted to build a command line password manager. This will encrypt, save, and recall pairs of website name and passwords prompting for your encryption password upon retrieval.
Installation
pip install -r requirements.txt
About
Command line password manager written in python using AES