mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 22:03:05 +00:00
12 lines
321 B
Markdown
12 lines
321 B
Markdown
# Manage your passwords!
|
||
|
||
MPW is a little software which stores your passwords in an GPG encrypted file.
|
||
|
||
# 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
|