mirror of
https://github.com/gchq/CyberChef
synced 2025-12-22 19:23:40 +00:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
@@ -23,6 +23,7 @@ class ShowBase64Offsets extends Operation {
|
||||
this.name = "Show Base64 offsets";
|
||||
this.module = "Default";
|
||||
this.description = "When a string is within a block of data and the whole block is Base64'd, the string itself could be represented in Base64 in three distinct ways depending on its offset within the block.<br><br>This operation shows all possible offsets for a given string so that each possible encoding can be considered.";
|
||||
this.infoURL = "https://wikipedia.org/wiki/Base64#Output_padding";
|
||||
this.inputType = "byteArray";
|
||||
this.outputType = "html";
|
||||
this.args = [
|
||||
|
||||
Reference in New Issue
Block a user