# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jianny.net/work/misc/google-auth-export.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
