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

A simple command-line password manager.

License

Notifications You must be signed in to change notification settings

dashohoxha/pw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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