beemdevelopment / Aegis

A free, secure and open source app for Android to manage your 2-step verification tokens.
https://getaegis.app
GNU General Public License v3.0
8.92k stars 375 forks source link

Import from Ente Auth #1405

Closed aryanrajseo closed 1 week ago

aryanrajseo commented 3 months ago

Add support to import 2FA from Ente Auth file https://github.com/ente-io/ente. https://play.google.com/store/apps/details?id=io.ente.auth&hl=en_IN

Thank you

alexbakker commented 2 months ago

Sounds good to me. Feel free to submit a PR!

aryanrajseo commented 2 months ago

My apologies, i don't have the skillset required for this.

Thanks.

valentinb102 commented 1 month ago

You can import an unencrypted ente export using the Import from file -> Plain text option.

valentinb102 commented 1 month ago

Ente Auth uses the XChaCha20-Poly1305 algorithm which is not currently supported in bouncycastle https://github.com/bcgit/bc-java/pull/957

sigmundxia commented 4 weeks ago

Sounds like a great idea:) I've submitted a PR which I hope will fix this issue.

alexbakker commented 1 week ago

Implemented by #1470.