-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cannot register token if token begins with '\x21\x10' #3
Comments
The |
According to |
Is there a way to set it to a time step of 60s? |
Most HOTP/TOTP programs can used a custom time step parameter:
Note that I do not know if this fixes the issue. Maybe this parameter does not apply based for this version and maybe other things have to be changed (such as the secret derivation mechanism, the hash algorithm, etc). |
Is there a way to test if this works (by altering the script to use 60s when 'begins with \x21\x10' is not true)? |
After checking the error and the code, I'm not sure this issue is actually the same that I had so I don't believe my comments are relevant for this error. |
Surprisingly, my token that works on the FortToken after b32decode begins with
\x21\x10
and is unable to register with the following error:{'error_code': 40, 'error_message': 'FTM token Activation Code is invalid'}
The text was updated successfully, but these errors were encountered: