-
## Summary
Having the keyring report the TOTP can be very useful for automated procedures in a shell. Thus being able to tell KeePassXC to report the TOTP-value for password would make a lot of sense…
-
### Description
This was originally asked in #979 but was closed in 2015 due to lack of support. I would like to re-address this given the time passed, coming up on 7 years, and hopefully more ca…
-
There are two instances where `input()` is used for user interaction (specifically in the LoginTwoFactorAuthChallenge and LoginAcid subtasks). These calls are synchronous, which causes issues when try…
-
The only way to view the key right now is ``Edit entry > TOTP > Enter Secret Key``.
Maybe add a ``Type Secret Key`` option to ``Edit entry > TOTP``?
-
### Missing feature
Allow multiple TOTPs per site.
### Justification
Some websites allow you to set up several TOTPs, each for a different site function.
It would be more organized and convenien…
-
Branching this off #2862, as it's now related to the client-specific stuff.
We should have an option for users to use a TOTP-based two-factor authentication method, in addition for the current, ema…
-
```
Were I a Java developer I'd give a crack at this myself. I'm not, though.
It looks like there's a pretty good write-up at:
http://thegreyblog.blogspot.com/2011/12/google-authenticator-using-it-i…
-
Because of overriding \_\_init__() with *args, **kwargs argument we are missing arguments documentation for base class.
-
Field name
TOTP Settings
Field value
30;6;https://mail.google.com
Open the item prompt "Warning: TOTP Time correction not implemented"
-
as in the discussion here: https://news.ycombinator.com/item?id=26258261#26271329
```
- Using '=' for comparing TOTPs in the totp.verify function[1] is not safe from timing attacks.
```
https:…