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
Operating system and version: Android 12 and Windows 10
YubiKey model and version: 5 NFC
Exported QR codes from Google Authenticator for transfer to other Apps/devices are not the standard OATH format, so Yubico Authenticator is unable to read them.
There are other apps that can read them. It would be nice if Yubico Authenticator could do this too.
From the below Github projects: The export QR code of "Google Authenticator" contains the URL "otpauth-migration://offline?data=...".
The data parameter is a base64 encoded proto3 message (Google Protocol Buffers).
Exported QR codes from Google Authenticator for transfer to other Apps/devices are not the standard OATH format, so Yubico Authenticator is unable to read them.
There are other apps that can read them. It would be nice if Yubico Authenticator could do this too.
From the below Github projects:
The export QR code of "Google Authenticator" contains the URL "otpauth-migration://offline?data=...".
The data parameter is a base64 encoded proto3 message (Google Protocol Buffers).
https://github.com/scito/extract_otp_secret_keys
beemdevelopment/Aegis#406
https://developers.google.com/protocol-buffers/docs/pythontutorial
Edit:
Similar to the request in yubioath-android:
Yubico/yubioath-android#128
The text was updated successfully, but these errors were encountered: