mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 08:16:17 -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",
|
||||
"type": "option",
|
||||
"value": ["Hex", "Base64", "Raw"]
|
||||
"value": ["Hex", "Raw"]
|
||||
},
|
||||
{
|
||||
"name": "Output",
|
||||
|
|
|
@ -53,7 +53,7 @@ class BlowfishEncrypt extends Operation {
|
|||
{
|
||||
"name": "Output",
|
||||
"type": "option",
|
||||
"value": ["Hex", "Base64", "Raw"]
|
||||
"value": ["Hex", "Raw"]
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue