From 8589e06e7814223541dae6dd3e040317285c15a9 Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 30 Apr 2025 13:07:29 -0400 Subject: [PATCH] created a test for the new error that should be thrown if an invalid character is in the key for XOR with a Hex option --- src/core/operations/XOR.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/XOR.mjs b/src/core/operations/XOR.mjs index 511a7680..c093b433 100644 --- a/src/core/operations/XOR.mjs +++ b/src/core/operations/XOR.mjs @@ -46,7 +46,7 @@ class XOR extends Operation { { "name": "Filter Key", "type": "boolean", - "value": true + "value": false } ]; }