Caesar Box Cipher Added

This commit is contained in:
n1073645 2020-07-06 16:35:14 +01:00
parent 4c3324aea1
commit 3e3c526a62
4 changed files with 108 additions and 0 deletions

View file

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