Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 1011 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 1011 Bytes

Simple Password Manager

This is a simple password manager that keeps passwords inside a gpg encrypted tgz archive. The content of the archive is a directory tree with a file for each password entry. The first line of the file is the password, and the rest can optionally be additional or related info. It provides commands for manipulating the passwords, allowing the user to add, remove, edit, generate passwords etc.

Please see the man page for documentation and examples: http://dashohoxha.github.io/pw/man/

It started by forking pass.

Depends on:

To install simply type: make