mirror of
https://github.com/gchq/CyberChef
synced 2025-12-20 10:13:42 +00:00
Fixed incorrect wording for RC4 Drop argument.
This commit is contained in:
@@ -43,9 +43,9 @@ class RC4Drop extends Operation {
|
||||
"value": ["Latin1", "UTF8", "UTF16", "UTF16LE", "UTF16BE", "Hex", "Base64"]
|
||||
},
|
||||
{
|
||||
"name": "Number of bytes to drop",
|
||||
"name": "Number of dwords to drop",
|
||||
"type": "number",
|
||||
"value": 768
|
||||
"value": 192
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user