2013-08-06 20:35:50 +00:00
|
|
|
|
# Manage your passwords!
|
2013-06-16 21:01:09 +00:00
|
|
|
|
|
2013-08-06 20:35:50 +00:00
|
|
|
|
MPW is a little software, who stock your passwords in an encrypt file (with GPG).
|
2013-06-16 21:01:09 +00:00
|
|
|
|
|
2013-08-06 20:35:50 +00:00
|
|
|
|
# Usage
|
2013-06-16 21:01:09 +00:00
|
|
|
|
|
2013-08-06 20:35:50 +00:00
|
|
|
|
Add a new item:
|
|
|
|
|
* mpw -a
|
2013-06-16 21:01:09 +00:00
|
|
|
|
|
2013-08-06 20:35:50 +00:00
|
|
|
|
Search and show item:
|
|
|
|
|
* mpw -d SEARCH
|
|
|
|
|
* mpw -d SEARCH -t PROTOCOL
|
|
|
|
|
* mpw -A # show all
|
|
|
|
|
|
|
|
|
|
Update an item:
|
|
|
|
|
* mpw -u ID
|
|
|
|
|
|
|
|
|
|
Remove an item:
|
|
|
|
|
* mpw -r ID
|
|
|
|
|
|
|
|
|
|
Connect to ssh:
|
|
|
|
|
* mpw-ssh SEARCH
|
2013-08-25 07:52:32 +00:00
|
|
|
|
* mpw-ssh SEARCH -l LOGIN -s SERVER -p PORT
|
|
|
|
|
|
2013-08-06 20:35:50 +00:00
|
|
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
|
|
|
|
|
You must generate a GPG Key with GPG or with Seahorse (GUI on linux).
|
|
|
|
|
|
|
|
|
|
## On Debian/Ubuntu:
|
|
|
|
|
|
|
|
|
|
* apt-get install ruby ruby-gpgme ruby-highline
|