-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import from andOTP #246
Comments
What is the format of andOTP exports? |
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":[]}] |
see here for the format we wanted to be import to FreeOTPPlus |
Here you can find at least a python script to convert (migrate) FROM FreeOTPPlus TO andOTP, this is an offline work-around for your "export" wish. |
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 .
The text was updated successfully, but these errors were encountered: