Skip to content

Latest commit

 

History

History
92 lines (53 loc) · 1.47 KB

README.rst

File metadata and controls

92 lines (53 loc) · 1.47 KB

WARNING

This software is no longer maintained nor recommended.

Recommended alternatives resistant to phishing attacks are:

Stay safe online!

mfa

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 mfa

Getting started

mfa 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:

$ mfa set github f5347bieka5hcg5u

Get the value for a key:

$ mfa get github
f5347bieka5hcg5u

Generate a one-time password:

$ mfa otp github
925370

Author and license

Jihyeok Seo wrote mfa. It is licensed under the terms of the MIT license.

Changelog

Version 0.1.1

Bugfix release. Released on March 6, 2015.

Version 0.1.0

First alpha release. Released on September 27, 2014.