This software is no longer maintained nor recommended.
Recommended alternatives resistant to phishing attacks are:
Stay safe online!
Multi-factor authentication on your command line.
It is available on PyPI, so you can install it using pip
.
$ pip install mfa
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
Jihyeok Seo wrote mfa
.
It is licensed under the terms of the MIT license.
Bugfix release. Released on March 6, 2015.
First alpha release. Released on September 27, 2014.