mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 01:36:17 -04:00
Add Base45 operations
Closes #1219 Co-developed-by: Cyril Delétré <cyril.deletre@gmail.com>
This commit is contained in:
parent
ae1b12c120
commit
6017578964
6 changed files with 280 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue