2013-08-06 20:35:50 +00:00
|
|
|
|
# Manage your passwords!
|
2013-06-16 21:01:09 +00:00
|
|
|
|
|
2013-12-20 17:44:27 +00:00
|
|
|
|
MPW is a little software which stores your passwords in an GPG encrypted file.
|
2014-02-01 18:29:56 +00:00
|
|
|
|
MPW can synchronize your password with a MPW Server or via SSH.
|
2013-06-16 21:01:09 +00:00
|
|
|
|
|
2013-08-06 20:35:50 +00:00
|
|
|
|
# Installation
|
|
|
|
|
|
|
|
|
|
You must generate a GPG Key with GPG or with Seahorse (GUI on linux).
|
2013-09-19 20:19:38 +00:00
|
|
|
|
This program work with ruby >= 1.9
|
2013-08-06 20:35:50 +00:00
|
|
|
|
|
|
|
|
|
## On Debian/Ubuntu:
|
|
|
|
|
|
2013-12-26 14:28:56 +00:00
|
|
|
|
* apt-get install ruby ruby-gpgme ruby-highline ruby-i18n ruby-locale
|
2013-12-30 22:32:05 +00:00
|
|
|
|
|
2014-02-01 18:29:56 +00:00
|
|
|
|
If you want to synchronize your password via SSH/SCP:
|
2014-04-27 16:17:13 +00:00
|
|
|
|
* apt-get install ruby-net-ssh ruby-net-scp
|
2014-02-01 18:29:56 +00:00
|
|
|
|
|
2013-12-30 22:32:05 +00:00
|
|
|
|
For mpw-ssh:
|
|
|
|
|
* apt-get install sshpass
|
2014-02-01 18:29:56 +00:00
|
|
|
|
|