1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 02:33:19 +00:00
mpw/README.md
2014-02-01 19:29:56 +01:00

517 B

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