Skip to content

Latest commit

 

History

History
69 lines (40 loc) · 1.1 KB

README.rst

File metadata and controls

69 lines (40 loc) · 1.1 KB

mfacopy ===

Latest PyPI version

Multi-factor authentication on your command line.

Installation

It is available on PyPI, so you can install it using pip.

$ pip install mfacopy

Getting started

mfacopy uses the system keyring service to store keys:

  • Mac OS X Keychain
  • Linux Secret Service
  • Windows Credential Vault

Add key and value to the key store:

$ mfacopy set github f5347bieka5hcg5u

Get the value for a key:

$ mfacopy get github
f5347bieka5hcg5u

Generate a one-time password:

$ mfacopy otp github
925370

Author and license

sunskblue wrote mfacopy. It is licensed under the terms of the MIT license.

Changelog

Version 0.0.1

First alpha release. Released on September 27, 2014.