mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 21:33:36 +00:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
@@ -29,6 +29,7 @@ class DecodeText extends Operation {
|
||||
Object.keys(IO_FORMAT).map(e => `<li>${e}</li>`).join("\n"),
|
||||
"</ul>",
|
||||
].join("\n");
|
||||
this.infoURL = "https://wikipedia.org/wiki/Character_encoding";
|
||||
this.inputType = "byteArray";
|
||||
this.outputType = "string";
|
||||
this.args = [
|
||||
|
||||
Reference in New Issue
Block a user