Remove base64 options

This commit is contained in:
Andy Wang 2019-10-01 22:53:10 +01:00
parent 912d63067c
commit 294aa826f1
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ class BlowfishDecrypt extends Operation {
{
"name": "Input",
"type": "option",
"value": ["Hex", "Base64", "Raw"]
"value": ["Hex", "Raw"]
},
{
"name": "Output",

View File

@ -53,7 +53,7 @@ class BlowfishEncrypt extends Operation {
{
"name": "Output",
"type": "option",
"value": ["Hex", "Base64", "Raw"]
"value": ["Hex", "Raw"]
}
];
}