Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 8-character TOTP secrets #96

Open
burymaddie opened this issue Apr 3, 2024 · 0 comments
Open

Add support for 8-character TOTP secrets #96

burymaddie opened this issue Apr 3, 2024 · 0 comments

Comments

@burymaddie
Copy link

burymaddie commented Apr 3, 2024

I recently received an 8-character TOTP secret from this Jira 2FA plugin: https://marketplace.atlassian.com/apps/1220048/2fa-for-jira-u2f-totp?hosting=datacenter&tab=overview

Trying to save it into an entry results in a "Please match the requested format." pop-up. However, I was able to submit it by adding 8 "A"s to the end of it (i.e. filling remaining hex bits with 0s). This resulted in the proper codes being generated. Would be great to have native support for this.

i.e.
Original seed that cannot be saved: AZM057MJ
Seed that was accepted: AZM057MJAAAAAAAA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant