mirror of
https://github.com/gchq/CyberChef
synced 2025-12-11 05:43:28 +00:00
'Show Base64 offsets' operation show supports base64 input. Closes #276
This commit is contained in:
@@ -81,6 +81,7 @@ export function fromBase64(data, alphabet="A-Za-z0-9+/=", returnType="string", r
|
||||
return returnType === "string" ? "" : [];
|
||||
}
|
||||
|
||||
alphabet = alphabet || "A-Za-z0-9+/=";
|
||||
alphabet = Utils.expandAlphRange(alphabet).join("");
|
||||
|
||||
const output = [];
|
||||
|
||||
Reference in New Issue
Block a user