1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 10:43:20 +00:00
MPW is a little software which stores your passwords in an GPG encrypted file.
Find a file
2013-08-31 23:10:07 +02:00
Cli.rb fix bug import preview 2013-08-31 22:14:51 +02:00
CliSSH.rb update comment 2013-08-25 10:07:39 +02:00
mpw add import preview 2013-08-26 22:19:37 +02:00
mpw-ssh mpw-ssh: add options to force login, server and port 2013-08-25 00:55:11 +02:00
MPW.rb add error message for the delete item 2013-08-31 23:10:07 +02:00
README.md update readme 2013-08-25 09:52:32 +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
  • mpw-ssh SEARCH -l LOGIN -s SERVER -p PORT

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