Git Product home page Git Product logo

2fa's Introduction

2fa

a 'pass'-esque script for OAuth secrets and 2FA code generation, using gpg and oathtool.

Dependancies

2fa relies on gpg2 and oathtool. xclip or wl-clipboard is optional for copy-to-clipboard functionality.

Installation

git clone https://github.com/iofq/2fa
cd 2fa && sudo make install

to uninstall, sudo make uninstall

Usage

2fa uses your PGP key to encrypt OAuth secrets and store them locally in ~/.2fa. When generating codes, the reverse happens: the file is decrypted, piped into oathtool, and the resulting code copied to the clipboard (via xclip or wl-clipboard, if installed). Backing up ~/.2fa is highly recommended!

Commands

2fa -r email add <service> <secret_key> - Encrypts sercret key in ~/.2fa/<service>.key.gpg

2fa -r email gen <service> - Decrypts ~/.2fa/<service>.key.gpg and generates a one-time TOTP code from the secret. The TOTP code is copied to the clipboard via xclip or wl-clipboard, if installed.

2fa ls - Lists all services/secrets in ~/.2fa

Options

-r [email protected] - 2fa uses your PGP/GPG key to encrypt files and needs to know which key to use. You can instead automate this by setting the env var $GPG_2FA to "[email protected]"

2fa's People

Contributors

iofq avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.