nozik1970 / winauth

Automatically exported from code.google.com/p/winauth
GNU General Public License v3.0
0 stars 0 forks source link

Support import from Authenticator Plus #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Could you please add support to import the exported codes from the 
Authenticator Plus application 
(https://play.google.com/store/apps/details?id=com.mufri.authenticatorplus)?
Would be great!
Thanks in advance!

Original issue reported on code.google.com by F.Nieder...@gmail.com on 29 Apr 2014 at 9:58

GoogleCodeExporter commented 9 years ago

Original comment by winauth on 31 May 2014 at 3:45

GoogleCodeExporter commented 9 years ago
I'm developer of Authenticator Plus, Authentictor Plus already support 
exporting to html which can be imported by parsing.

Please let me know if you need any other format(like csv) which you can import.

Original comment by mu...@authenticatorplus.com on 10 Jun 2014 at 9:56

GoogleCodeExporter commented 9 years ago
@F.Niedernolte, it looks like you can already import using the HTML page that 
Authenticator Plus exports. However, this is a manual process and you would 
have to copy / paste each one at a time.

For example, in exported web page you'll see something like 
"otpauth://totp/test?secret=ghgfbjgcbhtihvfgvdfb". You can just copy that whole 
string and paste it into the Secret Code field in WinAuth.

It you wanted something more automated, then it would have to be added, but for 
now it's at least doable.

Original comment by winauth on 10 Jun 2014 at 4:42

GoogleCodeExporter commented 9 years ago
@Mufri, thanks for the comment. I think the HTML version should still be left 
for manual backups/importing, but there could perhaps be a text version for 
automated imports. Extending the key-format URL to support Battle.net would 
probably be the best solution, and then it can be exported and as a 
line-per-authenticator file.

e.g. 
otpauth://totp/BattleNet:mylabel%20US123456781234?secret=BATTLENETKEYINBASE32&di
gits=8&issuer=BattleNet

Original comment by winauth on 10 Jun 2014 at 4:56

GoogleCodeExporter commented 9 years ago
Sure, how about adding serial as a query parameter?

How about a CSV file with below detail, where serial param will be available 
only for battlenet

otpauth://totp/BattleNet:mylabel?secret=SECRET&digits=8&issuer=BattleNet&serial=
US140610734960

Original comment by mu...@authenticatorplus.com on 10 Jun 2014 at 5:09

GoogleCodeExporter commented 9 years ago

Original comment by winauth on 18 Jun 2014 at 7:32