mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-14 10:14:53 -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",
|
||||
"type": "boolean",
|
||||
"value": true
|
||||
"value": false
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue