Giter VIP home page Giter VIP logo

pass-bc's Introduction

pass-bc

A pass extension for managing TOTP Backup Codes

Forked from pass-botp

This version supports adding TOTP Backup Codes to the same file which contains the password

Usage

$ pass bc
Usage: pass bc [--clip,-c] pass-name

Example

pass-bc assumes your backup codes are stored line by line in the password file, enclosed with ## pass-bc.

E.g. password-file.gpg:

somepassword

some other metadate

## pass-bc
111 111
222 222
333 333
444 444
## pass-bc

pass-bc will provide you with the first non-commented line, and then comment that line out:

$ pass botp password-file
111 111

password-file will now be:

somepassword

some other metadate

## pass-bc
# 111 111
222 222
333 333
444 444
## pass-bc

On each subsequent run, pass-bc will give the next available backup code (in this case, 222 222) until none remain.

Copying to clipboard

Simply add -c or --clip

$ pass bc -c password-file
Copied Backup code for password-file to clipboard. Will clear in X seconds.

pass-bc's People

Contributors

awkwardpeak7 avatar msmol avatar

Stargazers

 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.