2013-08-06 20:35:50 +00:00
|
|
|
|
# Manage your passwords!
|
2013-06-16 21:01:09 +00:00
|
|
|
|
|
2013-12-20 17:44:27 +00:00
|
|
|
|
MPW is a little software which stores your passwords in an GPG encrypted file.
|
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-09-19 20:19:38 +00:00
|
|
|
|
## Interactive mode
|
|
|
|
|
|
|
|
|
|
Add a new item:
|
|
|
|
|
* add
|
|
|
|
|
|
|
|
|
|
Search and show item:
|
|
|
|
|
* show SEARCH
|
|
|
|
|
* show SEARCH PROTOCOL
|
|
|
|
|
|
|
|
|
|
Update an item:
|
|
|
|
|
* update ID
|
|
|
|
|
|
|
|
|
|
Remove an item:
|
|
|
|
|
* remove ID
|
|
|
|
|
|
|
|
|
|
Change group:
|
|
|
|
|
* group GROUP
|
|
|
|
|
|
|
|
|
|
## Cli mode
|
|
|
|
|
|
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-09-19 20:19:38 +00:00
|
|
|
|
Import a csv:
|
|
|
|
|
* mpw -i FILE
|
|
|
|
|
|
|
|
|
|
Export in a csv!
|
|
|
|
|
* mpw -e FILE
|
2013-08-06 20:35:50 +00:00
|
|
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
|
|
|
|
|
You must generate a GPG Key with GPG or with Seahorse (GUI on linux).
|
2013-09-19 20:19:38 +00:00
|
|
|
|
This program work with ruby >= 1.9
|
2013-08-06 20:35:50 +00:00
|
|
|
|
|
|
|
|
|
## On Debian/Ubuntu:
|
|
|
|
|
|
|
|
|
|
* apt-get install ruby ruby-gpgme ruby-highline
|