Kunzisoft / KeePassDX

Lightweight vault and password manager for Android, KeePassDX allows editing encrypted data in a single file in KeePass format and fill in the forms in a secure way.
https://www.keepassdx.com/
GNU General Public License v3.0
4.55k stars 269 forks source link

Support token-only otp field? #1689

Open 12425 opened 10 months ago

12425 commented 10 months ago

Is your feature request related to a problem? Please describe. If the otp field is a raw token (not otpauth://), KeePassDX does not show otp code.

Describe the solution you'd like I tried otpauth://totp/?secret={token} without issuer and username, and it worked, so can we support {token} only?

Additional context Typically I copy the raw token from the issuer website, and save into Keepass, and don't make it otpauth://. Both the Windows KeePass (with KeeTrayTOTP plugin) and KeePassXC support raw token, so I wish KeePassDX can support it. Thanks!