catch22 / pw

Search in GPG-encrypted password file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pw Build Status Latest Version Supported Python Versions

pw is a Python tool to search in a GPG-encrypted password database.

Usage: pw [OPTIONS] [USER@][KEY] [USER]

  Search for USER and KEY in GPG-encrypted password file.

Options:
  -C, --copy       Display account information, but copy password to clipboard (default mode).
  -E, --echo       Display account information as well as password in plaintext (alternative mode).
  -R, --raw        Only display password in plaintext (alternative mode).
  -S, --strict     Fail unless precisely a single result has been found.
  -U, --user       Copy or display username instead of password.
  -f, --file PATH  Path to password file.
  --edit           Launch editor to edit password database and exit.
  --gen            Generate a random password and exit.
  --version        Show the version and exit.
  --help           Show this message and exit.

Installation

To install pw, simply run:

$ pip install pw

About

Search in GPG-encrypted password file.

License:MIT License


Languages

Language:Python 98.3%Language:Makefile 1.7%