> For the complete documentation index, see [llms.txt](https://docs.jianny.net/work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jianny.net/work/misc/google-auth-export.md).

# 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 code

Copy the entire output to a text file, eg export.txt

Download TOTP Secret extract tool from [Github page](https://github.com/scito/extract_otp_secret_keys)

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
