Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.66 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.66 KB

KeyGuard Password Manager

Console based(CLI) Password Manager written in Python 3

Features:

1. Minimal
2. Encrypted
3. Multi-User
4. Lightweight and Fast
5. Intuitive UI

Download Through Git:

git clone https://github.com/0xViKi/keyguard-password-manager.git

To run:

python3 manager-v2.0.py

Note >> Source code and Releases have different Encryption Keys.

Note >> Version 1.0 uses Fernet Encryption. Version 2.0 uses AES(CBC-Mode) Encryption.

Screenshots (Demo):

TODO:

  • Cloud Backup
  • Use getpass Library for getting user input for password
  • GUI (PyQT5)