chore: add follow-up item in results re: useLegacyFileKey value

Add comment to clarify hardcoded useLegacyFileKey value.

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2025-10-07 11:04:25 -04:00 committed by GitHub
parent e17e610987
commit 6a010dcfef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {