Simple script to export Google authenticator database to a collection of QR codes.
This depends on the qrcode python package. Install this with pip install qrcode
Usage:
-
Pull the authenticator database from phone somehow. This database lives at: /data/data/com.google.android.apps.authenticator2/databases/databases
-
run
python main.py databases
-
QR codes are created in /tmp/qrcode#.png
-
Tweak as needed.