From 6a010dcfefd10213d5b557377999cf00fd0192ef Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 7 Oct 2025 11:04:25 -0400 Subject: [PATCH] chore: add follow-up item in results re: useLegacyFileKey value Add comment to clarify hardcoded useLegacyFileKey value. Signed-off-by: Josh --- apps/encryption/lib/Crypto/Encryption.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/encryption/lib/Crypto/Encryption.php b/apps/encryption/lib/Crypto/Encryption.php index 91b31bd0eda..946118619c9 100644 --- a/apps/encryption/lib/Crypto/Encryption.php +++ b/apps/encryption/lib/Crypto/Encryption.php @@ -248,6 +248,7 @@ class Encryption implements IEncryptionModule { $result = [ 'cipher' => $this->cipher, 'signed' => 'true', + // XXX: Confirm hardcoding this is correct; shouldn't this be set based on value of $useLegacyFileKey? 'useLegacyFileKey' => 'false', ]; if ($this->useLegacyBase64Encoding !== true) {