Skip to content

Password Manager for Linux

Vamsi Emani edited this page Nov 6, 2013 · 2 revisions

A simple python script that manages all your passwords for various accounts.

Setup / Install / Run / Get Started:

change directory and execute the run.py file using :

python run.py

Actions / Options :

  1. Add account details
  2. Edit existing account details
  3. Delete all existing account details
  4. View all account details
  5. View existing account details

How it works :

User sets a master passphrase or password. Every action on the password manager can be performed if and only if the master passphrase is entered. Password Manager relies entirely on native Linux's GNU Privacy Guard mechanism to encrypt all the details of user's accounts.

Caution :

Never reveal the master passphrase.

Usage :

usage