Metadata-Version: 1.1
Name: 2factorcli
Version: 1.1.2
Summary: This is a simple python program to allow you to store and  generate time-based one-time passwords in a GPG encrypted vault.
Home-page: https://github.com/kormoc/2FactorCLI
Author: Rob Smith
Author-email: kormoc@gmail.com
License: MIT
Description: # 2 Factor CLI
        
        This is a simple python program to allow you to store and generate time-based
        one-time passwords in a GPG encrypted vault.
        
        This allows you to use 2factor to log in without getting out your phone
        
        # Extracting secrets from qrcodes
        
        You can:
        
         * Use a QR code reader on your phone
         * [zbar](http://zbar.sourceforge.net/) provides zbarimg
         
        Once you decode the qr code, it'll be a quasi-url that contains something like
        
            secret=ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890
            
        Use ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 as the secret passed to the app
        
        
        # Install
        
        Install via pip:
        
            pip install 2factorcli
            
        # Example
        
            2factorcli add facebook FFFFFF email@example.org
            2factorcli get facebook
        
        # Bash completion
        
        You can find a sniplet to enable bash completion here:
        [https://gist.github.com/kormoc/e4fa7d9d523e9559984a](https://gist.github.com/kormoc/e4fa7d9d523e9559984a)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
