准备
- Linux/MacOS(intel)/Windows WSL 机器一台
- Authy 应用处于登录状态
下载
访问以下连接,下载 authy-export
大陆地区加速下载:
- MacOS(intel): https://hub.gitmirror.com/https://github.com/alexzorin/authy/releases/download/v0.3.1/authy-export-darwin-amd64
- Linux/Windows WSL: https://hub.gitmirror.com/https://github.com/alexzorin/authy/releases/download/v0.3.1/authy-export-linux-amd64
使用
打开终端,运行 ./authy-export-linux-amd64
或 ./authy-export-darwin-amd64
- 输入 Authy 注册电话国家区号,不加
+
,例如1
,86
- 输入 Authy 注册电话号码, 例如
8008208820
- 打开现有 Authy 应用,授权登录
- 输入备份密码
即可得到您现有的 TOTP code:
otpauth://totp/Google:xxxxxx@gmail.com?digits=6&secret=xxxxxx
......
备份成功后记得删除 ~/authy-go.json
文件。