CARBONNEAUX Mathieu 2017-04-13 07:35:52 +00:00 zatwierdzone przez GitHub
commit cc75bdf913
1 zmienionych plików z 16 dodań i 2 usunięć

Wyświetl plik

@ -10,11 +10,25 @@ __Be sure to understand the security implications of backing up the secrets from
# Instructions
Make an adb backup of FreeOTP, (details on how to do this are currenly left as an excercise for the reader. While you are doing the backup, consider the above warning!). Open the adb backup file (.ab) with this app. Read the displayed qrcodes with the authenticator app on your other phone.
Make an adb backup of FreeOTP:
- [Download the original Google SDK Tool containing ADB Tool](http://developer.android.com/sdk/index.html#downloads)
- [how to install only adb from Google SDK](http://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/)
- [Download USB Driver](http://developer.android.com/sdk/win-usb.html)
- or [Light USB+ADB installer](http://adbshell.com/downloads)
- [Adb Documentation](http://developer.android.com/tools/help/adb.html)
After that start adb in "cmd" shell in directory of adb (or make sure is in the execution path) like that :
```cmd
> adb backup -f freeotp.ab -noapk org.fedorahosted.freeotp
```
Open the adb backup file (.ab) with this app. Read the displayed qrcodes with the authenticator app on your other phone.
The author has tested the app with current Google Chrome and Mozilla Firefox on Ubuntu 16.04 in April 2017. Other browsers probably do not work. Generated qrcodes have been succesfully imported in FreeOTP and Google Authenticator on Android and Microsoft Authenticator on Windows Phone 8, Windows Phone 10 and Android.
This app can be opened directly at https://rawgit.com/viljoviitanen/freeotp-export/master/export.html
This app can be opened directly at [https://github.com/mcarbonneaux/freeotp-export/blob/master/export.html](https://htmlpreview.github.io/?https://github.com/mcarbonneaux/freeotp-export/blob/master/export.html)
# Acknowledgements