Skip to content

sunskblue/mfacopy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Multi-factor authentication on your command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%