mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Remove base64 options
This commit is contained in:
parent
912d63067c
commit
294aa826f1
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue