1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00
MPW is a little software which stores your passwords in an GPG encrypted file.
Find a file
2013-08-06 22:35:50 +02:00
Cli.rb Add mpw-ssh 2013-08-06 22:24:09 +02:00
CliSSH.rb Add mpw-ssh 2013-08-06 22:24:09 +02:00
mpw remove ssh connection in mpw 2013-08-06 21:42:47 +02:00
mpw-ssh Add mpw-ssh 2013-08-06 22:24:09 +02:00
MPW.rb Add mpw-ssh 2013-08-06 22:24:09 +02:00
README.md Update README 2013-08-06 22:35:50 +02:00

Manage your passwords!

MPW is a little software, who stock your passwords in an encrypt file (with GPG).

Usage

Add a new item:

  • mpw -a

Search and show item:

  • mpw -d SEARCH
  • mpw -d SEARCH -t PROTOCOL
  • mpw -A # show all

Update an item:

  • mpw -u ID

Remove an item:

  • mpw -r ID

Connect to ssh:

  • mpw-ssh SEARCH

Installation

You must generate a GPG Key with GPG or with Seahorse (GUI on linux).

## On Debian/Ubuntu:

  • apt-get install ruby ruby-gpgme ruby-highline

For mpw-sshi (optional):

  • apt-get install sshpass ruby-net-ssh