Add parameter validation for XORBruteForce

This commit is contained in:
GCHQDeveloper581 2026-06-21 11:10:54 +00:00
parent 433abd1fbb
commit bfc41f2534
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -31,7 +31,10 @@ class XORBruteForce extends Operation {
{
"name": "Key length",
"type": "number",
"value": 1
"value": 1,
"min": 1,
"max": 2,
"integer": true
},
{
"name": "Sample length",