1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 02:33:19 +00:00
MPW is a little software which stores your passwords in an GPG encrypted file.
Find a file
2014-02-02 10:45:18 +01:00
i18n add translate 2014-01-26 17:48:24 +01:00
lib delete sync close function 2014-02-02 10:16:10 +01:00
MPW rename MPWSync 2014-02-02 10:45:18 +01: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
mpw delete sync close function 2014-02-02 10:16:10 +01:00
mpw-server fix I18n.enforce_available_locales 2014-02-01 20:17:55 +01:00
mpw-ssh delete sync close function 2014-02-02 10:16:10 +01:00
README.md add package for sync via ssh 2014-02-01 19:29:56 +01: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-ssh ruby-scp

For mpw-ssh:

  • apt-get install sshpass