Deactivate GCM by default

This commit is contained in:
Tankred Hase
2016-03-24 20:47:42 +08:00
parent d95282977f
commit 72c8bf5ea7
2 changed files with 3 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ export default {
prefer_hash_algorithm: enums.hash.sha256,
encryption_cipher: enums.symmetric.aes256,
compression: enums.compression.zip,
aead_protect: true, // use Authenticated Encryption with Additional Data (AEAD) protection for symmetric encryption
aead_protect: false, // use Authenticated Encryption with Additional Data (AEAD) protection for symmetric encryption
integrity_protect: true, // use integrity protection for symmetric encryption
ignore_mdc_error: false, // fail on decrypt if message is not integrity protected
rsa_blinding: true,