Add option to set 8-digit code length when manually entering secret keys in Ente Auth #3174
Pharrcyde
started this conversation in
Feature requests
Replies: 1 comment
-
Related #1031 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the iOS app version 3.1.3, and I've noticed that when manually entering a secret key for a service that uses 8-digit codes, there is no option to specify the code length. This leads to incorrect code generation for these services.
More details:
Example QR code data:
otpauth://totp/MyService:MyUsername?secret=MySecretCode&issuer=MyIssuer&algorithm=SHA1&digits=8&period=30
Proposed solution:
Add an option in the manual entry process or in advanced settings to specify the code length (5, 6, 7 or 8 digits) when entering a secret key.
This feature would improve compatibility with services using 8-digit codes.
Beta Was this translation helpful? Give feedback.
All reactions