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
- Host: GitHub
- URL: https://github.com/alexandrebouthinon/auth-o-tron
- Owner: alexandrebouthinon
- License: mit
- Created: 2019-10-13T22:08:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:50:16.000Z (over 2 years ago)
- Last Synced: 2025-03-28T03:04:24.208Z (26 days ago)
- Topics: 2factor, cli, freeotp, mfa, tool, totp
- Language: Rust
- Size: 52.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
## 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 -hauth-o-tron 0.2.2
USAGE:
auth-o-tron --fileFLAGS:
--clipboard Save code in clipboard
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-f, --file Input backup file
```