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

[Feature] Add import/export of andOTP like json format (encrypted or unencrypted) #12

Open
Tracked by #96
themipper opened this issue Feb 5, 2022 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@themipper
Copy link

Love the windows app and use it in combination with andOTP on Android. Would love an import/export function for the format they are using. Would make creating backups and backup solutions so much faster :-)

@jp-weber jp-weber added the enhancement New feature or request label Feb 5, 2022
@jp-weber
Copy link
Member

I had already thought about this. but there are some problems. The system libraries for UWP do not support AES with mode GCM, so the decrypting the backup won't work. Another problem is the loading and saving case: If the import of the andOTP backup a onetime action, or will it synchronised?

I currently do not know how best to solve this without implementing a solution that is not satisfactory to me.

@jp-weber jp-weber added the help wanted Extra attention is needed label May 21, 2022
@p34c3-n-l0v3
Copy link

It would be really great to have import options for .json files from Aegis!

@ZeroDotNet
Copy link

I was about to open a feature request asking for the possibility of displaying the secret "code/key" for every account.
Currently, I've to read every account QR with a barcode scanner app if I need to set up more than one OTP app. (Desktop, iOS, Laptop)

Perhaps this might be related to @themipper request?
Let me know if it doesn't, and I'll enter a separate request.

@Daxx909
Copy link

Daxx909 commented Feb 17, 2023

Indeed, adding an option to show the secret code/key would make migrations to other apps possible, without having the complexity of different export formats.
Perhaps something like WinAuth had. It shows the code underneath the QR code, and you can copy it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants