A password manager is a computer program that allows users to store, generate, and manage their passwords for local applications and online services.
VaultDB is your personal local CLI password manager.
The program uses Cryptograghy module for encryption and decryption of passwords to store. MySQL to store login details of different sites and apps. Also Pyperclip mudule to copy passwords to clipboard by which you wont need to type, and just paste.
Use the following command in your terminal to install the required dependencies.
pip install -r requirements.txt
To run the code use the below command
python3 main.py
List of all the features curently available in the program:
- See stored Passwords
- Generate a Strong Password
- Add Password
- Update Password
- Remove one of stored Password