otptool

Crates.iootptool
lib.rsotptool
version0.1.0
sourcesrc
created_at2023-08-01 16:05:01.38649
updated_at2023-08-01 16:05:01.38649
descriptionSimple tool to help you migrate your OTP secrets from Google Authenticator to another app.
homepage
repository
max_upload_size
id932005
size96,418
Denis Hananein (zloylos)

documentation

README

One Time Password Tool

Simple tool to help you migrate your OTP secrets from Google Authenticator to another app. It supports the following formats:

  • QR code
  • Link (otpauth-migration://)

Install

To install CLI

cargo install otptool

To install as a library:

cargo add otptool

Usage

otptool --image ./path/to/qr.jpg
> name: SVC#1, issuer: -, secret: XXXXXXXXXXXXXX
> name: d@emailsvc.com, issuer: BLA, secret: XXXXXXXXXXXXXX
> name: SVC#2, issuer: Atlassian, secret: XXXXXXXXXXXXXX
otptool --link otpauth-migration://...

Thx

Commit count: 0

cargo fmt