Skip to content

0xViKi/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)