Skip to content

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

Notifications You must be signed in to change notification settings

kumresh/cli_password_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages