TOTP URI Generator
This tool allows you to generate a standard otpauth:// URI and QR code for your 2FA accounts manually. This is useful if you have a plain secret key and want to import it into Flauth (or other authenticators) via QR code.
⚠️ Security Note This generator runs entirely in your browser. No data is sent to any server. However, please ensure you are in a safe environment when handling secret keys.
Generated URI:
ℹ️ How to Import into Flauth If you have multiple accounts to add, you can collect these URIs into a plain text file (one per line), save it with a
.flauthextension, and use the Local File import feature in Flauth.
中文使用说明
- 在上方输入框填写 Issuer (如 GitHub), Account (如 user@mail.com) 和 Secret (密钥)。
- 页面会自动生成二维码和
otpauth://链接。 - 你可以直接用手机扫描二维码,或者:
- 将生成的链接复制并保存到文本文件中(每行一个链接)。
- 将该文件命名为
backup.flauth。 - 在 Flauth 的 Backup & Restore -> Local File 页面选择该文件进行导入。