mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
Deprecate affineEncode
This commit is contained in:
parent
86ad59842f
commit
1017294942
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ import CryptoJS from "crypto-js";
|
||||||
/**
|
/**
|
||||||
* Affine Cipher Encode operation.
|
* Affine Cipher Encode operation.
|
||||||
*
|
*
|
||||||
|
* @deprecated Use affineEcrypt instead.
|
||||||
* @author Matt C [matt@artemisbot.uk]
|
* @author Matt C [matt@artemisbot.uk]
|
||||||
* @param {string} input
|
* @param {string} input
|
||||||
* @param {Object[]} args
|
* @param {Object[]} args
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue