[Feature] support import from aegis app
Can you please add some more information? Is your feature request related to the Aegis Authenticator app? If so, what does the export look like? What's the format? Can you provide us some detailed examples?
Hi. I also think it would be a good idea. Aegis is a very good auth app, but lacks cross platform support. If you lose your phone and haven't saved a copy of your vault, you lost access to your accounts. Aegis support exports of the vault as JSON (both, encrypted and not) and as a TXT file.
JSON format, for detail explanation
https://github.com/beemdevelopment/Aegis/blob/master/docs/vault.md
The feature could be implemented in the form of a mass import, as it currently works like the Google Authenticator and corresponding QR codes. However, since the UWP platform does not support AES with GCM mode, the JSON file must be unencrypted.
I plan to support the feature after the 2fast iOS and Android app release.
Implemented with version 1.4.0 https://github.com/2fast-team/2fast/releases/tag/v1.4.0 🎉