1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-22 10:50:10 +00:00
mpw/README.rst

55 lines
1.7 KiB
ReStructuredText
Raw Normal View History

2016-11-05 10:13:33 +01:00
MPW: Manage your passwords!
*******************************************************
2016-11-11 00:24:38 +01:00
|Version| |Build Status| |License|
2016-11-05 10:13:33 +01:00
2016-11-10 23:57:16 +01:00
mpw is a little software which stores your passwords in `GnuPG <http://www.gnupg.org/>`_ encrypted files.
2016-11-05 10:13:33 +01:00
Features
========
* generate OTP code
* synchronize your passwords with SSH or FTP.
* copy your login, password or otp in clipboard
Install
=======
On debian or ubuntu::
apt install ruby ruby-dev xclip
gem install mpw
How to use
==========
A simple mpw usage::
mpw config --init user@host.com
mpw add
mpw copy
mpw add
mpw list
Output::
Bank
==============================================================================
ID | Host | User | Protocol | Port | OTP | Comment
==============================================================================
1 | bank.com | 1234456 | https | | X |
Linux
==============================================================================
ID | Host | User | Protocol | Port | OTP | Comment
==============================================================================
2 | linuxfr.org | example | https | | | Da Linux French Site
2017-02-16 23:32:24 +01:00
.. |Version| image:: https://img.shields.io/badge/latest_version-4.0.0--beta1-yellow.svg
2016-11-11 00:24:38 +01:00
:target: https://github.com/nishiki/manage-password/releases
2016-11-05 10:13:33 +01:00
.. |License| image:: https://img.shields.io/badge/license-GPL--2.0-blue.svg
2016-11-11 00:24:38 +01:00
:target: https://github.com/nishiki/manage-password/blob/master/LICENSE
2016-11-10 23:57:16 +01:00
.. |Build Status| image:: https://travis-ci.org/nishiki/manage-password.svg?branch=master
:target: https://travis-ci.org/nishiki/manage-password