-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Feature request: TOTP support #80
Copy link
Copy link
Description
It would be amazing if KeepassXR could support Timed One Time Passwords. Currently I am using Google's Authenticator which means that loosing my phone results in loosing access to many services.
Storage of the TOTP information should be compatible with the Keepass OTP plugin. This format is also understood by KeePass2Android.
TOTP is described by rfc6238. It relies on a shared secret. Often this comes in the form of a QR code. In most cases you can also get a base32 encoded key as well.
KeepassXR could continuously show the generated password and copy it the clipboard when clicked.
Reactions are currently unavailable