mirror of
https://github.com/gchq/CyberChef
synced 2025-12-11 05:43:28 +00:00
Add author tags to Encode text & Decode text ops
This commit is contained in:
@@ -67,6 +67,7 @@ const CharEnc = {
|
||||
|
||||
/**
|
||||
* Encode text operation.
|
||||
* @author tlwr [toby@toby.codes]
|
||||
*
|
||||
* @param {string} input
|
||||
* @param {Object[]} args
|
||||
@@ -81,6 +82,7 @@ const CharEnc = {
|
||||
|
||||
/**
|
||||
* Decode text operation.
|
||||
* @author tlwr [toby@toby.codes]
|
||||
*
|
||||
* @param {byteArray} input
|
||||
* @param {Object[]} args
|
||||
|
||||
Reference in New Issue
Block a user