mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 05:13:23 +00:00
Added 'Decimal' option for toggleStrings. Closes #337.
This commit is contained in:
@@ -29,7 +29,7 @@ class XOR extends Operation {
|
||||
"name": "Key",
|
||||
"type": "toggleString",
|
||||
"value": "",
|
||||
"toggleValues": ["Hex", "Base64", "UTF8", "Latin1"]
|
||||
"toggleValues": ["Hex", "Decimal", "Base64", "UTF8", "Latin1"]
|
||||
},
|
||||
{
|
||||
"name": "Scheme",
|
||||
|
||||
Reference in New Issue
Block a user