mirror of
https://github.com/gchq/CyberChef
synced 2025-01-13 21:18:47 +00:00
Add author tags to Encode text & Decode text ops
This commit is contained in:
parent
dc61aeeeb8
commit
f800fab1a3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue