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
2015-02-08 21:40:01 +01:00
i18n add select form when multiple result 2015-01-17 00:05:40 +01:00
lib fix rescue 2015-02-08 21:40:01 +01:00
test unittest: add sync empty data test 2014-12-31 11:30:30 +01:00
.gitignore add .gitignore 2014-12-06 23:33:48 +01:00
CHANGELOG version 1.1.0 2014-01-28 20:33:00 +01:00
Gemfile add text color 2014-12-06 23:53:03 +01:00
LICENSE rename license 2013-12-26 21:02:53 +01:00
Makefile update the makefile 2014-09-12 08:42:29 +02:00
mpw fix delete item 2015-02-01 12:35:42 +01:00
mpw-server update syntax 2014-11-16 19:46:21 +01:00
mpw-ssh update syntax 2014-11-16 19:39:38 +01:00
README.md update readme 2014-09-12 09:01:01 +02:00
VERSION update VERSION file 2014-12-06 12:03:57 +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 or via FTP.

Installation

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

  • install ruby on your computer
  • gem install bundler
  • bundle install or
  • bundle install --without ssh # if you don't want synchronize your password via SSH

## On Debian/Ubuntu:

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

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

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

For mpw-ssh:

  • apt-get install sshpass