Merge branch 'base45' of https://github.com/t-8ch/CyberChef into t-8ch-base45

This commit is contained in:
n1474335 2022-03-28 16:04:34 +01:00
commit 709b8696fc
7 changed files with 313 additions and 0 deletions

View file

@ -20,6 +20,7 @@ import TestRegister from "../lib/TestRegister.mjs";
import "./tests/BCD.mjs";
import "./tests/BSON.mjs";
import "./tests/BaconCipher.mjs";
import "./tests/Base45.mjs";
import "./tests/Base58.mjs";
import "./tests/Base64.mjs";
import "./tests/Base62.mjs";