mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-15 10:44:50 -04:00
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
This commit is contained in:
parent
3ac78b60a3
commit
8589e06e78
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class XOR extends Operation {
|
||||||
{
|
{
|
||||||
"name": "Filter Key",
|
"name": "Filter Key",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"value": true
|
"value": false
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue