Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.11 KB

File metadata and controls

56 lines (35 loc) · 1.11 KB

Command Line Password manager

A simple CLI password manager which is encrypted digital vault that stores secure login credential information of your app or sites.

Features

all the password are stored in encrypted form.

  • insert credential
  • update credential
  • generate Master Password
  • display Password of specfic app
  • display All data
  • update Master password

Used Module

Library Purpose
passlib use for Master password (reference)
sqlite3 light-weight database
prettytable to decorate output text
getpass hide input password
cryptography to encrypt password

How to use

git clone https://github.com/kumresh/cli_password_manager.git

Install requirement module

pip install prettytable cryptography

pyhton version

  • python 3.10

run program

cd cli_password_manager
python password_manager.py