mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 09:46:17 -04:00
Caesar Box Cipher Added
This commit is contained in:
parent
4c3324aea1
commit
3e3c526a62
4 changed files with 108 additions and 0 deletions
|
@ -101,6 +101,7 @@ import "./tests/LuhnChecksum.mjs";
|
|||
import "./tests/CipherSaber2.mjs";
|
||||
import "./tests/Colossus.mjs";
|
||||
import "./tests/ParseObjectIDTimestamp.mjs";
|
||||
import "./tests/CaesarBoxCipher.mjs";
|
||||
|
||||
|
||||
// Cannot test operations that use the File type yet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue