1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 02:33:19 +00:00
MPW is a little software which stores your passwords in an GPG encrypted file.
Find a file
2016-11-05 10:13:33 +01:00
bin remove olw mpw binary 2016-10-23 22:39:52 +02:00
i18n fix load config 2016-10-23 21:56:14 +02:00
lib/mpw fix bug when gpg path is empty 2016-10-25 23:17:04 +02:00
templates add random password when create new item 2016-10-20 14:31:25 +02:00
test fix tests 2015-05-11 19:15:33 +02:00
.gitignore add .gitignore 2014-12-06 23:33:48 +01:00
CHANGELOG add install with gem 2015-06-21 23:45:25 +02:00
Gemfile add dep rotp 2016-08-02 22:03:09 +02:00
LICENSE rename license 2013-12-26 21:02:53 +01:00
mpw.gemspec add missing gem net-sftp 2016-08-20 09:19:02 +02:00
README.rst new readme 2016-11-05 10:13:33 +01:00
VERSION update version file: 4.0.0-beta 2016-10-23 22:54:36 +02:00

MPW: Manage your passwords!
*******************************************************

mpw is a little software which stores your passwords in `GnuPG <http://www.gnupg.org/>` encrypted files.

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


Licence |License|
=================

Full license here: `LICENSE <https://github.com/nishiki/manage-password/blob/master/LICENSE>`

.. |License| image:: https://img.shields.io/badge/license-GPL--2.0-blue.svg