From 5ca0167dbbe21187e6f4d1c9ce530b2c42ac3495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Thu, 10 Oct 2024 11:38:19 +0100 Subject: [PATCH] [PM-13357] Disable Cipher Key Encryption (#3408) * Enables the cipher key encryption flag * Revert "Enables the cipher key encryption flag" This reverts commit f933c7d69f19476c38685922c488bc2b104fd62d. --- src/Core/Services/CipherService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Services/CipherService.cs b/src/Core/Services/CipherService.cs index 93f00dc1b..8ecc5f36b 100644 --- a/src/Core/Services/CipherService.cs +++ b/src/Core/Services/CipherService.cs @@ -1,4 +1,4 @@ -#define ENABLE_NEW_CIPHER_KEY_ENCRYPTION_ON_CREATION +//#define ENABLE_NEW_CIPHER_KEY_ENCRYPTION_ON_CREATION using System; using System.Collections.Generic;