Skip to content

Instantly share code, notes, and snippets.

@smb
Created September 3, 2014 09:55
Show Gist options
  • Save smb/83344889ec5856cde601 to your computer and use it in GitHub Desktop.
Save smb/83344889ec5856cde601 to your computer and use it in GitHub Desktop.
authy - import google authenticator data
adb shell
adb> su
adb> sqlite3 /data/data/com.google.android.apps.authenticator2/databases/databases
adb> select 'otpauth://totp/' || email || '?secret=' || secret from accounts;
for-each $result:
qrcode.exe -s 10 -o qrCode.png $result
=> scan qqCode.png with authy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment