Rampion
Legendary
Offline
Activity: 1148
Merit: 1018
|
|
September 04, 2013, 11:25:40 PM |
|
Print the QR code and store it in a safe place. Before activating 2-fa check that the QR you printed can be scanned by GA.
|
|
|
|
|
glon
|
|
September 05, 2013, 06:22:47 AM |
|
only afected I-Phone...there is a topic here (with recover manual) search it Yes I said it's an iphone app issue. Care to make yourself useful and post a link to the topic "with recover manual"? google is your friend:No they're not.
|
|
|
|
b!z
Legendary
Offline
Activity: 1582
Merit: 1010
|
|
September 05, 2013, 11:25:52 AM |
|
Titanium Backup on Android, OpenBackup (or other) on iOS.
|
|
|
|
Lohoris
|
|
October 12, 2013, 12:15:34 PM |
|
Titanium Backup on Android
only if you're rooted
|
|
|
|
wacked
Newbie
Offline
Activity: 35
Merit: 0
|
|
January 12, 2014, 11:59:31 PM |
|
Use this program https://code.google.com/p/winauth/ Then make sure after you add all your secrets to it, then back up the winauth.xml file which houses our your secrets from %appdata%\winauth Also has password/encrypted option and allows you to tie to the PC in question if so desired. As others have said backup the secrets or QR code and you can also use another phone or tablet to house your info in Google Authenticator or Authy < which you can set to backup your data. Authy also allows you to set a pin # for the program, GA doesn't but you can download a 3rd party app to do the same.
|
|
|
|
Samoshi
Member
Offline
Activity: 81
Merit: 10
|
|
January 23, 2014, 07:44:01 AM |
|
Print the QR code and store it in a safe place. Before activating 2-fa check that the QR you printed can be scanned by GA.
This is the best simple solution to keep a backup. You can also take a photo and store your photos on Evernote or similar cloud service.
|
|
|
|
Rampion
Legendary
Offline
Activity: 1148
Merit: 1018
|
|
January 23, 2014, 01:53:23 PM Last edit: January 23, 2014, 02:08:25 PM by Rampion |
|
Print the QR code and store it in a safe place. Before activating 2-fa check that the QR you printed can be scanned by GA.
This is the best simple solution to keep a backup. You can also take a photo and store your photos on Evernote or similar cloud service. I wouldn't recommend Evernote or a similar cloud service - you would be trusting your very valuable backup to the servers of a third party (in this case Evernote), and thus you have to assume that at some point somebody could hack their servers and access the information you stored on them. If storing the backup on the cloud is a "must", then I would definitely recommend to use strong encryption to protect the backup before uploading it. The attack vector that lead to one of the biggest thefts in BTC's history ( allinvain's 25k BTC theft) was very probably an unencrypted wallet.dat stored on dropbox.
|
|
|
|
lateman
Newbie
Offline
Activity: 7
Merit: 0
|
|
April 22, 2014, 06:17:30 AM |
|
Hey Folks, i was in the following situation. Had mt.gox changed to 2f authentication and didn't backed up my secret. Now i got me a new phone and have moved all the other stuff with no problem. My old phone is a nexus 4 which is rooted and my new phone is a samsung galaxy s5. I don't want to root my s5 atm so titanium is a no go. Helium backup does no backup for google authenticator. mt.gox is not usable atm moment and might not be in the next time. So here is what i did: - adb shell to my nexus with a terminal
- enter "su"
- allow root from phone
- "cd /data/user/0/com.google.android.apps.authenticator2/databases"
- "sqlite3 databases"
- "select * from accounts;"
And there it was. There should be a line like this: 1|MtGox-USER-TOTP#553617|BLAHBLAHBLAH|0|0|0||MtGox-USER-TOTP#553617 On the new phone just enter "BLAHBLAHBLAH" in the GA App instead of scanning a QR code. Done! I hope this will help someone Greetings, lateman.
|
|
|
|
sana8410
|
|
April 22, 2014, 07:08:50 PM |
|
Google authenticator isn't tied to your google account... it's an open API that anyone can use (which is why the PAM module even exists)
|
RENT MY SIG FOR A DAY
|
|
|
Abel jonh
Newbie
Offline
Activity: 38
Merit: 0
|
|
April 24, 2014, 03:08:50 AM |
|
Thanks! I lost my iPhone someday ago, now I can continue my work. thanks
|
|
|
|
wakhidNkcom
|
|
June 21, 2014, 10:43:32 PM |
|
Use this program https://code.google.com/p/winauth/ Then make sure after you add all your secrets to it, then back up the winauth.xml file which houses our your secrets from %appdata%\winauth Also has password/encrypted option and allows you to tie to the PC in question if so desired. this one is very helpful for me,, thanks you
|
|
|
|
vaisajne
|
|
July 31, 2014, 10:40:11 AM |
|
Hey Folks, i was in the following situation. Had mt.gox changed to 2f authentication and didn't backed up my secret. Now i got me a new phone and have moved all the other stuff with no problem. My old phone is a nexus 4 which is rooted and my new phone is a samsung galaxy s5. I don't want to root my s5 atm so titanium is a no go. Helium backup does no backup for google authenticator. mt.gox is not usable atm moment and might not be in the next time. So here is what i did: - adb shell to my nexus with a terminal
- enter "su"
- allow root from phone
- "cd /data/user/0/com.google.android.apps.authenticator2/databases"
- "sqlite3 databases"
- "select * from accounts;"
And there it was. There should be a line like this: 1|MtGox-USER-TOTP#553617|BLAHBLAHBLAH|0|0|0||MtGox-USER-TOTP#553617 On the new phone just enter "BLAHBLAHBLAH" in the GA App instead of scanning a QR code. Done! I hope this will help someone Greetings, lateman. This is a very useful information. Thanks for sharing.
|
|
|
|
|