#account #backup #uri #extract #generate #codes #free-otp

app auth-o-tron

Extract accounts from a FreeOTP URI backup and generate codes

4 releases

0.2.2 Oct 21, 2019
0.2.1 Oct 14, 2019
0.2.0 Oct 14, 2019
0.1.0 Oct 14, 2019

#794 in Authentication

MIT license

18KB
310 lines

undefined

About

Extract accounts from a FreeOTP URI backup and generate codes.

Installation

⚠️ On Linux, you'll need to install X11 server dependencies required for the clipboard feature. For example on Ubuntu:

# apt install -y libxcb-shape0-dev libxcb-xfixes0-dev

You can use cargo to install auth-o-tron easily.

$ cargo install auth-o-tron

Usage

$ auth-o-tron -h

auth-o-tron 0.2.2

USAGE:
    auth-o-tron --file <file>

FLAGS:
        --clipboard    Save code in clipboard
    -h, --help         Prints help information
    -V, --version      Prints version information

OPTIONS:
    -f, --file <file>    Input backup file

Dependencies

~12–25MB
~476K SLoC