Can this import from Google Authenticator?
Aegis Authenticator – Open-source 2FA for Android
61–70 of 121 posts
Re: Aegis Authenticator – Open-source 2FA for Android
#62* Open source
* Has search functionality
* Has biometric unlock functionality
* Has no external dependencies (SMS/remote accounts)
* Nice design/UX
* Dark mode
* Can import from other apps
* Just works
* Can do an encrypted export
* Encrypted export can be read by other apps, see https://github.com/beemdevelopment/Aegis/blob/master/scripts...
Re: Aegis Authenticator – Open-source 2FA for Android
#63I don't know about you but does anyone else screenshot (and even print physical copies of, to keep safe) their authenticator barcodes given by websites, in case some day your chosen app dies or your phone(s)/tablets/everything gets lost?
My Bitwarden password is long (at least 40 characters long, I didn't count precisely) and never used or reused.
Re: Aegis Authenticator – Open-source 2FA for Android
#64Sucks that there is no Windows version. Android one looks pretty nice and I like that there are many import/export options
Re: Aegis Authenticator – Open-source 2FA for Android
#65Can this import from Google Authenticator?
One of the authors here. Yes! Aegis can scan the QR codes that Google Authenticator presents in the "Transfer accounts" screen. It's also possible to import directly from Google Authenticator's internal database if you have root access.
Re: Aegis Authenticator – Open-source 2FA for Android
#66Re: Aegis Authenticator – Open-source 2FA for Android
#67I've been trying to switch away from a closed source authenticator and this ticks most of the boxes. The only thing it's missing is the ability to quickly filter by group. Currently you have to open app -> 3 dot menu -> filter -> select group (4 steps total), whereas the authenticator I'm currently using allows you to side swipe -> select a group (2 steps), or add a shortcut on homescreen that opens the app with the…
Re: Aegis Authenticator – Open-source 2FA for Android
#68Re: Aegis Authenticator – Open-source 2FA for Android
#69Sounds awesome! Authy is fricken awful. It requires SMS for "security" entirely defeating the purpose of 2FA. Worse off, some SAASs _require_ Authy specifically. Think about that. That means the security of an enterprise system at your company is completely dependent on whether or not an individual secures their personal cell phone account. Absolutely stupid, avoid Authy like the plague.
Explain. There is a separate password to defeat traditional SMS attacks.
Re: Aegis Authenticator – Open-source 2FA for Android
#70Earlier quoted context omitted.
> so I have to use another app to sync the backup to a cloud of my choice You can select Google Drive/Dropbox when backing up the vault. https://github.com/beemdevelopment/Aegis/issues/258#issuecom...
One of the authors here. Unfortunately, Google Drive and Dropbox only partially participate in Android's Storage Access Framework. In Aegis, exporting only requires the creation of a file, so that works with both. Configuring backups on the other hand requires selecting a folder, but most cloud providers don't support that. A notable exception is Nextcloud.
If that is of interest, I could help implement that.