We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The account should be added without error
Tell us what happens instead
Get the warning "Token is unsafe!"
The token should apparently have at least have at least 128bit and not trigger the error then.
freeotp/freeotp-android#287 https://www.ietf.org/rfc/rfc4226.txt
The text was updated successfully, but these errors were encountered:
@nickvergessen Thank you for the update. Actually, it is in base 32; 5-bit per char. I think 160 / 5 = 32 bytes should be enough.
Sorry, something went wrong.
Thanks!
nickvergessen
Successfully merging a pull request may close this issue.
Steps to reproduce
Expected behaviour
The account should be added without error
Actual behaviour
Tell us what happens instead
Get the warning "Token is unsafe!"
The token should apparently have at least have at least 128bit and not trigger the error then.
freeotp/freeotp-android#287
https://www.ietf.org/rfc/rfc4226.txt
The text was updated successfully, but these errors were encountered: