Skip to content
/ mfa Public
forked from limeburst/mfa

Multi-factor authentication on your command line.

Notifications You must be signed in to change notification settings

s19urd/mfa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Multi-factor authentication on your command line.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%