Skip to content

adamfaulkner/authenticator_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Authenticator Export Script

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:

  1. Pull the authenticator database from phone somehow. This database lives at: /data/data/com.google.android.apps.authenticator2/databases/databases

  2. run

     python main.py databases
    
  3. QR codes are created in /tmp/qrcode#.png

  4. Tweak as needed.

About

Export authenticator database to qrcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages