rgowthaman / Manpasswd

Password Manager using PostgreSQL

Home Page:https://test.pypi.org/project/manpasswd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password manager to store passwords using postgreSQL.

Usage

usage: manpasswd [options]

optional arguments:
  -h, --help          show this help message and exit
  -v, --version       show version number and exit

to access manpasswd:
  --master-key        masterKey to access manpasswd
  --new-masterkey     to set new masterkey

to store and retrieve user data:
  --store             to store data
  --retrieve          to retrieve data
  --modify            to modify data
  -w , --website      name of the website
  -u , --url          url for the website
  -n , --username     username for the website
  -p , --password     password for the user
  -e , --email        email of the user

to modify database:
  --db-uname          username for database
  --db-default-pass   password for default user [postgres]
  --db-name           name to the database
  --db-table          name to the table
  --create-database   to create database
  --delete-database   To delete database

Issues:

If you encounter any problems, please file an issue along with a detailed description.

About

Password Manager using PostgreSQL

https://test.pypi.org/project/manpasswd

License:Apache License 2.0


Languages

Language:Python 100.0%