From a216b855702775a3f17107d5b83047b62b3f7a98 Mon Sep 17 00:00:00 2001 From: Viljo Viitanen Date: Wed, 16 Sep 2015 09:20:30 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a11bcce..035900a 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,16 @@ __Be sure to understand the security implications of backing up the secrets from Make an adb backup of FreeOTP, extract the backup file (details on how to do this are currenly left as an excercise for the reader). Open the tokens.xml file (path is apps/org.fedorahosted.freeotp/sp) 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 14.04 in September 2015. +The author has tested the app with current Google Chrome and Mozilla Firefox on Ubuntu 14.04 in September 2015, generated qrcodes have been succesfully imported in FreeOTP and Google Authenticator on Android and Microsoft Authenticator on Windows Phone 8. This app can be opened directly at https://cdn.rawgit.com/viljoviitanen/freeotp-export/master/export.html An example tokens.xml file from FreeOTP is included with this repository. +#Todo + +Use android backup files without fiddling with command line tools. There are javascript zlib (deflate) and tar implementations with free licenses, so it should be relatively easy. + #Acknowledgements Based on https://github.com/philipsharp/FreeOTPDecoder (Apache license)