-
Databases created with KeepassXC and secured with password and Yubikey Challenge Response don't trigger the yubichallenge app. Instead they open the file browser dialogue.
Please add funcionality f…
-
### Steps to reproduce
1. Set up external storage (in my case Amazon S3, Google Drive) with encryption/sharing enabled.
2. Upload files and share by link (in my case pdf's and jpg's)
3. Open lin…
-
I used https://github.com/Bacon/BaconQrCode to generate QR codes for my app. Here is an example output:
![qr-bug](https://user-images.githubusercontent.com/901732/38602308-9d811622-3d27-11e8-9a09-a…
-
## Current Behavior
Currently the code is implemented to use otpauth_url as data for generating QR Image,
And otpauth_url is like this:
"otpauth://totp/127.0.0.1%3A8000%3A%20superuser?secret…
-
Bitwarden sems to be generating invalid TOTP codes. My data was imported from 1password. The codes from 1password work correctly, I have also added the same codes to Authy and when I put Authy / 1pass…
-
Looks like the OTP is not working when we select 8 as the number of digits. FreeOTP supports 8 digit authentication token, but the QR code generates only a 6 digit token. Trying to add the seed manu…
-
Hi,
Can you allow more than 60 seconds in the configure pane of TOTP ?
It's not a bug, it's a feature.
-
https://github.com/OTPLibraries/CSOTP/blob/master/CSOTP.cs
See this for a full URI on line 303
```
otpauth://totp/na%23me1:account%40whatever1.com?secret=JBSWY3DPEHPK3PXP&issuer=na%23me1&algorith…
-
Add support for 7 char TOTP codes on a 10 sec interval.
This is used by authy.
here is a writeup on that matter
https://randomoracle.wordpress.com/2017/02/15/extracting-otp-seeds-from-authy/
h…
-
Would be a neat addition. I have made several.
For people using TOTP in C#, it would go a lot more smoothly than importing yet another library. It is small and simple and I could do it.
Thoughts…