FreeOTPPlus icon indicating copy to clipboard operation
FreeOTPPlus copied to clipboard

Import from andOTP

Open timur-g opened this issue 2 years ago • 4 comments

Can you please add "import from andOTP"? It is also JSON but different structure ,as you know . Also export would be nice, but import is more important .

timur-g avatar Mar 15 '23 19:03 timur-g

What is the format of andOTP exports?

helloworld1 avatar Mar 15 '23 19:03 helloworld1

Plain-text JSON or encrypted. I think that plain text would be sufficient for import , encrypted would be nice .

[{"secret":"12345","issuer":"Custom1","label":"Label1","digits":6,"type":"TOTP","algorithm":"SHA1","thumbnail":"Default","last_used":67890,"used_frequency":1,"period":30,"tags":[]},{"secret":"12345","issuer":"Custom2","label":"Label2","digits":6,"type":"TOTP","algorithm":"SHA1","thumbnail":"Custom2","last_used":6789đ,"used_frequency":0,"period":30,"tags":[]}]

timur-g avatar Mar 15 '23 20:03 timur-g