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
As per the title/subject, the latest version of rbw stopped generating TOTP codes for secrets comprised of lower case letters ([a-z]) as well as ones with padding - trailing equal signs (=). It now gives this error instead:
rbw code: totp secret was not valid base32
Whilst Base32does actually use upper case letters, some online providers generate the TOTP secrets in lower case, namely Google, so changing all secrets from lower to upper case, feel sub-optimal, not to mention convincing said providers to change the way they generate TOTP secrets ;^)
As to padding - a TOTP shares secret with ==== padding is valid.
BTW, everything worked fine, at least, up to rbw version 1.10.2, and it would be great to restore the old behaviour.
Regards,
rjc
The text was updated successfully, but these errors were encountered:
Hello,
As per the title/subject, the latest version of
rbw
stopped generating TOTP codes for secrets comprised of lower case letters ([a-z]
) as well as ones with padding - trailing equal signs (=
). It now gives this error instead:Whilst Base32 does actually use upper case letters, some online providers generate the TOTP secrets in lower case, namely Google, so changing all secrets from lower to upper case, feel sub-optimal, not to mention convincing said providers to change the way they generate TOTP secrets ;^)
As to padding - a TOTP shares secret with
====
padding is valid.BTW, everything worked fine, at least, up to
rbw
version1.10.2
, and it would be great to restore the old behaviour.Regards,
rjc
The text was updated successfully, but these errors were encountered: