Update: 2026-05-04 21:37:54
This commit is contained in:
@@ -62,7 +62,7 @@ final class Encryption
|
||||
$tagLength = 16;
|
||||
|
||||
if (strlen($decoded) < $ivLength + $tagLength) {
|
||||
error_log("ENCRYPTION ERROR: Data too short for IV and TAG. Length: " . strlen($decoded));
|
||||
// This is likely legacy unencrypted data, return false silently
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user