mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-14 18:25:16 -04:00
Fixed error where xor filter key value was default false instead of true
This commit is contained in:
parent
8589e06e78
commit
605e7b11f5
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": false
|
"value": true
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue