An open API service indexing awesome lists of open source software.

https://github.com/alexandrebouthinon/auth-o-tron

Extract accounts from a FreeOTP+ URI backup and generate codes
https://github.com/alexandrebouthinon/auth-o-tron

2factor cli freeotp mfa tool totp

Last synced: 16 days ago
JSON representation

Extract accounts from a FreeOTP+ URI backup and generate codes

Awesome Lists containing this project

README

        
















undefined

## About

Extract accounts from a FreeOTP URI backup and generate codes.

## Installation

> :warning: 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.

```bash
$ cargo install auth-o-tron
```

## Usage

```bash
$ auth-o-tron -h

auth-o-tron 0.2.2

USAGE:
auth-o-tron --file

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

OPTIONS:
-f, --file Input backup file
```