mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 06:01:02 +01:00
Merge branch 'bug-substitute'
This commit is contained in:
commit
a5ed824674
@ -766,8 +766,8 @@ const Cipher = {
|
|||||||
* @returns {string}
|
* @returns {string}
|
||||||
*/
|
*/
|
||||||
runSubstitute: function (input, args) {
|
runSubstitute: function (input, args) {
|
||||||
let plaintext = Utils.expandAlphRange(args[0]).join(),
|
let plaintext = Utils.expandAlphRange(args[0]).join(""),
|
||||||
ciphertext = Utils.expandAlphRange(args[1]).join(),
|
ciphertext = Utils.expandAlphRange(args[1]).join(""),
|
||||||
output = "",
|
output = "",
|
||||||
index = -1;
|
index = -1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user