-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate QR code with TOTP settings #722
Comments
I wish the Google Authenticator app would let me export the loaded TOTP codes I already have... |
If you use Android, my fork of KeepassDroid is worth a try - https://github.com/yan12125/keepassdroid/tree/totp. I add a notification item that generates TOTP codes. |
Not exactly what you are asking, but Keepass2Android can generate codes for TOTP entries added on KeepassXC, so you can use it as an alternative to Google Authenticator. |
I'm on Android so this actually is a solution for me. 👍 |
@sorcix nice! closing this one |
Expected Behavior
The TOTP menu contains an option to generate a QR code for me to import the TOTP key/settings to an authenticator app on my phone.
Current Behavior
The TOTP menu only shows TOTP codes and plaintext settings. I have to type the secret key manually if I want to add it on my phone.
Possible Solution
Generate a QR code inside the app, or (less secure) open a browser window to:
Context
Since 2.2 KeepassXC contains my TOTP secrets. I want to export the most used ones to an app on my phone.
The text was updated successfully, but these errors were encountered: