Skip to content
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

Open
timur-g opened this issue Mar 15, 2023 · 4 comments
Open

Import from andOTP #246

timur-g opened this issue Mar 15, 2023 · 4 comments

Comments

@timur-g
Copy link

timur-g commented Mar 15, 2023

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 .

@helloworld1
Copy link
Owner

What is the format of andOTP exports?

@timur-g
Copy link
Author

timur-g commented Mar 15, 2023

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":[]}]

@Wikinaut
Copy link

see here for the format we wanted to be import to FreeOTPPlus

https://github.com/andOTP/andOTP/wiki/Backup-format

@Wikinaut
Copy link

Wikinaut commented Nov 17, 2024

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 .

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.

https://github.com/andOTP/andOTP/wiki/Migration

https://github.com/rich-murphey/freeotp-to-andotp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants