Aegis/app/src/main/java/com/beemdevelopment/aegis/encoding
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
..
Base32.java Fix importing andOTP backups with more than 10000 PBKDF iterations 2020-06-06 13:44:23 +02:00
Base64.java Add support for importing from TOTP Authenticator 2020-02-19 11:59:34 +01:00
EncodingException.java Replace implementations of Base16, Base32 and Base64 with Guava 2020-02-01 14:11:55 +01:00
Hex.java Replace implementations of Base16, Base32 and Base64 with Guava 2020-02-01 14:11:55 +01:00