Aegis/app/src/main/java/com/beemdevelopment/aegis/importers
Alexander Bakker b81ec0f073 Fix importing andOTP backups with more than 10000 PBKDF iterations
These larger numbers of iterations cause the key derivation process to take
longer, so I also moved that task to the background. andOTP now also has a
proper "issuer" field, so we make use of that as well.

Also fixes an issue where padded base32 could not be decoded. This issue is only
present for the andOTP importer as far as I know, so that's why that change is
included here.
2020-06-06 13:44:23 +02:00
..
AegisImporter.java Replace implementations of Base16, Base32 and Base64 with Guava 2020-02-01 14:11:55 +01:00
AndOtpImporter.java Fix importing andOTP backups with more than 10000 PBKDF iterations 2020-06-06 13:44:23 +02:00
AuthenticatorPlusImporter.java Import from ZIP for the Authenticator Plus, instead of SQLite databases 2020-05-12 12:09:46 +02:00
AuthyImporter.java Add support for importing encrypted and manually entered tokens from Authy 2020-02-19 12:02:17 +01:00
DatabaseImporter.java Merge pull request #359 from alexbakker/othauth-importer 2020-04-18 14:05:35 +02:00
DatabaseImporterEntryException.java Fix build 2020-02-21 17:23:40 +01:00
DatabaseImporterException.java Rename package to com.beemdevelopment.aegis 2019-02-07 22:39:33 +01:00
FreeOtpImporter.java Rename "Database" to "Vault" 2019-12-25 19:21:34 +01:00
FreeOtpPlusImporter.java Add support for importing from FreeOTP+ 2019-06-19 13:09:34 +02:00
GoogleAuthImporter.java Abstract away the SQLite database reading logic into a separate class 2020-02-19 12:00:01 +01:00
GoogleAuthUriImporter.java Add support for importing a plain text Google Authenticator URI file 2020-04-11 19:14:09 +02:00
MicrosoftAuthImporter.java Add support for importing from Microsoft Authenticator 2020-02-19 12:00:41 +01:00
SqlImporterHelper.java Import from ZIP for the Authenticator Plus, instead of SQLite databases 2020-05-12 12:09:46 +02:00
SteamImporter.java Add support for backups 2020-04-18 13:38:25 +02:00
TotpAuthenticatorImporter.java Add support for importing from TOTP Authenticator 2020-02-19 11:59:34 +01:00
WinAuthImporter.java Add support for importing a plain text Google Authenticator URI file 2020-04-11 19:14:09 +02:00