jeanguyomarch / pass

Command-line password manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pass

Password manager

A file ~/.pass_db is created. It is an EET file which uses key-value couples. A key is associated to an encrypted password.

Usage

  • pass -l: lists all keys
  • pass -a MyKey: adds MyKey to the keys
  • pass -x MyKey: extracts the password for the key MyKey
  • pass -d MyKey: deletes the couple MyKey/associated password
  • pass -r MyKey: replaces the contents of MyKey

Documentation

man pass (after installation).

Requirements

Installation

  • make
  • sudo make install (you can override the PREFIX variable to change the installation directory).

License

Pass in under the MIT License. See the LICENSE file for details.

About

Command-line password manager

License:MIT License


Languages

Language:C 86.7%Language:Groff 6.4%Language:Makefile 4.0%Language:Objective-C 2.8%