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
2014-08-31 12:39:40 +02:00
i18n add a directory conf 2014-04-27 18:53:20 +02:00
MPW fix new syntax for csv 2014-08-31 12:39:40 +02:00
CHANGELOG version 1.1.0 2014-01-28 20:33:00 +01:00
LICENSE rename license 2013-12-26 21:02:53 +01:00
Makefile Install ubuntu package in makefile 2014-05-11 16:42:37 +02:00
mpw fix bug: generate password 2014-04-29 23:24:05 +02:00
mpw-server mv lib/Server.rb in MPW 2014-04-27 18:23:28 +02:00
mpw-ssh delete sync close function 2014-02-02 10:16:10 +01:00
README.md update readme 2014-04-27 18:17:13 +02:00
VERSION version dev 2014-01-29 18:40:37 +01:00

Manage your passwords!

MPW is a little software which stores your passwords in an GPG encrypted file. MPW can synchronize your password with a MPW Server or via SSH.

Installation

You must generate a GPG Key with GPG or with Seahorse (GUI on linux). This program work with ruby >= 1.9

## On Debian/Ubuntu:

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

If you want to synchronize your password via SSH/SCP:

  • apt-get install ruby-net-ssh ruby-net-scp

For mpw-ssh:

  • apt-get install sshpass