All: Resolves #8657: Temporarily revert to AES-128 as encryption method due to severe performance issues

pull/8666/head
Laurent Cozic 2023-08-14 18:26:49 +01:00
parent c6c2733726
commit eca1afb6d5
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ export default class EncryptionService {
// changed easily since the chunk size is incorporated into the encrypted data.
private chunkSize_ = 5000;
private decryptedMasterKeys_: Record<string, DecryptedMasterKey> = {};
public defaultEncryptionMethod_ = EncryptionMethod.SJCL1b; // public because used in tests
public defaultEncryptionMethod_ = EncryptionMethod.SJCL1a; // public because used in tests
private defaultMasterKeyEncryptionMethod_ = EncryptionMethod.SJCL4;
private headerTemplates_ = {