You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying out totp-rs with some 2FA tokens that were originally stored in another app. I can generate a code in that app without issue. However, when I try to import the token used to generate those codes, totp-rs reports a SecretSize(80) error. I'm inferring this happens because the secret isn't long enough.
How come totp-rs cannot use the token when the other app can?
The text was updated successfully, but these errors were encountered:
I'm trying out totp-rs with some 2FA tokens that were originally stored in another app. I can generate a code in that app without issue. However, when I try to import the token used to generate those codes, totp-rs reports a
SecretSize(80)
error. I'm inferring this happens because the secret isn't long enough.How come totp-rs cannot use the token when the other app can?
The text was updated successfully, but these errors were encountered: