mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
@@ -21,6 +21,7 @@ class ToBase64 extends Operation {
|
||||
this.name = "To Base64";
|
||||
this.module = "Default";
|
||||
this.description = "Base64 is a notation for encoding arbitrary byte data using a restricted set of symbols that can be conveniently used by humans and processed by computers.<br><br>This operation decodes data from an ASCII Base64 string back into its raw format.<br><br>e.g. <code>aGVsbG8=</code> becomes <code>hello</code>";
|
||||
this.infoURL = "https://wikipedia.org/wiki/Base64";
|
||||
this.inputType = "ArrayBuffer";
|
||||
this.outputType = "string";
|
||||
this.args = [
|
||||
|
||||
Reference in New Issue
Block a user