- Export your account from Authenticator app then use other phone to scan the QR code displayed
- Your text from QR code has form of:
otpauth-migration://offline?data=thisIsSomeDataInBase64AndUrlEncoded%2B%3D
- Convert the data (all after
otpauth-migration://offline?data=
) to base64 by F12 in Chrome/Edge, in Developer console enter the following:decodeURIComponent('thisIsSomeDataInBase64AndUrlEncoded%2B%3D')
- Copy the result string (without quotes) to https://protobuf-decoder.netlify.app/ you will get
- Notice content at Byte range 0-12 is your secret key, copy that string
23 f8 58 9a 0d a6 93 f1 22 ec
to https://cryptii.com/pipes/hex-to-base32  { | |
if ($ext.startswith(".")) { | |
$path = "HKLM\SOFTWARE\Classes\" + $ext; | |
reg add $path /v PerceivedType /t REG_SZ /d text | |
} | |
} |