Comment on page
Google Auth Export
Install qrscan using Scoop
//Install QR Scanner
scoop bucket add extras
scoop install qrscan
On Terminal, use
qrscan --preview
to scan the export QR codeCopy the entire output to a text file, eg export.txt
Install Python first
// Install dependencies required for extrating TOTP secrets
pip install protobuf
pip install qrcode[pil]
cd to extracted folder after downloading from Github
Use python .\extract_otp_secret_keys.py -p .\export.txt to extract secrets
Last modified 1yr ago