/VaultDB

Primary LanguagePythonMIT LicenseMIT

VaultDB

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.

CodeFactor Lines of code

Installation

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

Usage

Features Available

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

Sample Images

Click Here VFXGamer's GitHub Stats

License

MIT