mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 22:21:01 +01:00
Remove base64 options
This commit is contained in:
parent
912d63067c
commit
294aa826f1
@ -48,7 +48,7 @@ class BlowfishDecrypt extends Operation {
|
|||||||
{
|
{
|
||||||
"name": "Input",
|
"name": "Input",
|
||||||
"type": "option",
|
"type": "option",
|
||||||
"value": ["Hex", "Base64", "Raw"]
|
"value": ["Hex", "Raw"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Output",
|
"name": "Output",
|
||||||
|
@ -53,7 +53,7 @@ class BlowfishEncrypt extends Operation {
|
|||||||
{
|
{
|
||||||
"name": "Output",
|
"name": "Output",
|
||||||
"type": "option",
|
"type": "option",
|
||||||
"value": ["Hex", "Base64", "Raw"]
|
"value": ["Hex", "Raw"]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user