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
{{ message }}
This repository was archived by the owner on Jun 14, 2022. It is now read-only.
The BASE32 encoded secret "KJ6D6EKD2A3G77B3C4EC" contains an odd number (5) of 4-character groups.
This is an invalid BASE32 encoding, correct would be the one with padding "KJ6D6EKD2A3G77B3C4EC====" (assuming a 12 byte key).
"The padding specified in RFC 3548 section 2.2 is not required and should be omitted"
Google Authenticator does not seem to follow it's own spec here.
Maybe andOTP should be more "tolerant" and supply the necessary padding to the BASE32 decoding function :)
I openend a support case with syspectr on this.
They essentially say, they dont care, as Microsoft Authenticator scans the QR-Code "correctly"