1 个不稳定版本
0.1.0 | 2023 年 8 月 1 日 |
---|
#24 在 #migrate
65KB
190 行
一次性密码工具
一个简单的工具,帮助您将 Google Authenticator 中的 OTP 密钥迁移到另一个应用。它支持以下格式
- 二维码
- 链接 (
otpauth-migration://
)
安装
安装 CLI
cargo install otptool
作为库安装
cargo add otptool
用法
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://...
谢谢
依赖项
~8–11MB
~190K SLoC