2
0
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:
toby
2017-05-17 17:31:28 -04:00
parent dc61aeeeb8
commit f800fab1a3

View File

@@ -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