2013-08-06 22:35:50 +02:00
|
|
|
# Manage your passwords!
|
2013-06-16 23:01:09 +02:00
|
|
|
|
2013-12-20 18:44:27 +01:00
|
|
|
MPW is a little software which stores your passwords in an GPG encrypted file.
|
2014-09-12 09:01:01 +02:00
|
|
|
MPW can synchronize your password with a MPW Server or via SSH or via FTP.
|
2013-06-16 23:01:09 +02:00
|
|
|
|
2013-08-06 22:35:50 +02:00
|
|
|
# Installation
|
|
|
|
|
|
|
|
You must generate a GPG Key with GPG or with Seahorse (GUI on linux).
|
2013-09-19 22:19:38 +02:00
|
|
|
This program work with ruby >= 1.9
|
2013-08-06 22:35:50 +02:00
|
|
|
|
2015-06-21 23:48:14 +02:00
|
|
|
* install ruby and rubygems on your computer
|
|
|
|
* gem install mpw
|
2014-02-01 19:29:56 +01:00
|
|
|
|
2015-06-23 22:10:08 +02:00
|
|
|
If you want use mpw-ssh, you must install sshpass
|
2014-09-12 09:01:01 +02:00
|
|
|
|
2015-06-23 22:10:08 +02:00
|
|
|
# How to use
|
|
|
|
|
|
|
|
mpw -h
|