mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-24 01:32:16 -05:00
Decrease iteration count, delayed for 2.9
This commit is contained in:
parent
26e82afa8e
commit
9474749be1
@ -121,7 +121,7 @@ public class PgpKeyOperation {
|
||||
*/
|
||||
private static final int SECRET_KEY_ENCRYPTOR_HASH_ALGO = HashAlgorithmTags.SHA512;
|
||||
private static final int SECRET_KEY_ENCRYPTOR_SYMMETRIC_ALGO = SymmetricKeyAlgorithmTags.AES_256;
|
||||
private static final int SECRET_KEY_ENCRYPTOR_S2K_COUNT = 0xc0;
|
||||
private static final int SECRET_KEY_ENCRYPTOR_S2K_COUNT = 0x60;
|
||||
|
||||
public PgpKeyOperation(Progressable progress) {
|
||||
super();
|
||||
|
Loading…
Reference in New Issue
Block a user