constantoine/totp-rs

Can't import otpauth:// URL that works fine in other app

Closed this issue · 1 comments

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?

Ah, probably a consequence of #46.