1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 10:43:20 +00:00
mpw/README.md
2014-09-12 09:01:01 +02:00

27 lines
699 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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