Reencode Google Authenticator QR codes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Samuel Pua 7f899a57a8 First working version 4 years ago
otpauth_migration_decoder First working version 4 years ago
.gitignore First working version 4 years ago
README.md First working version 4 years ago
gauth_reencoder.py First working version 4 years ago
requirements.txt First working version 4 years ago

README.md

GAuth QR Reencoder

This tool is used to conver image files from Google Authenticator's QR code from both migration (export) and new TOTP.

Usage

The script would take a screenshot of the screen in 2 seconds, then parse the first eligible QR code shown on the screen.

Execute the following to start the Python script:

python3 gauth_reencoder.py

References

This project utilises code from digitalduke (https://github.com/digitalduke/otpauth-migration-decoder)