# 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
