mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
Update src/core/operations/MultiTapCipherEncode.mjs
Co-authored-by: mt3571 <75119347+mt3571@users.noreply.github.com>
This commit is contained in:
parent
431e8494fc
commit
985aa50152
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class MultiTapCipherEncode extends Operation {
|
|||
if(i!=plaintext.length-1)
|
||||
ciphertext += delim;
|
||||
}
|
||||
return ciphertext.substring(0,ciphertext.length);
|
||||
return ciphertext;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue