mirror of https://github.com/M66B/FairEmail.git
Added comments
This commit is contained in:
parent
e65ab170b9
commit
7d9a44f8ac
|
@ -841,6 +841,8 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||||
if (TextUtils.isEmpty(password))
|
if (TextUtils.isEmpty(password))
|
||||||
raw.write(jexport.toString(2).getBytes());
|
raw.write(jexport.toString(2).getBytes());
|
||||||
else {
|
else {
|
||||||
|
// https://developer.android.com/reference/javax/crypto/Cipher
|
||||||
|
// https://developer.android.com/reference/kotlin/javax/crypto/SecretKeyFactory
|
||||||
int version = 0;
|
int version = 0;
|
||||||
int ivLen = (version == 0 ? 16 : 12);
|
int ivLen = (version == 0 ? 16 : 12);
|
||||||
String derivation = (version == 0 ? "PBKDF2WithHmacSHA1" : "PBKDF2WithHmacSHA512");
|
String derivation = (version == 0 ? "PBKDF2WithHmacSHA1" : "PBKDF2WithHmacSHA512");
|
||||||
|
|
Loading…
Reference in New Issue