mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Added Bifid Cipher Encode & Decode
Bifid Cipher + Tests
This commit is contained in:
parent
a417a6469c
commit
91c6f682e7
5 changed files with 248 additions and 6 deletions
|
@ -14,6 +14,7 @@ import TestRegister from "./TestRegister.js";
|
|||
import "./tests/operations/Base58.js";
|
||||
import "./tests/operations/ByteRepr.js";
|
||||
import "./tests/operations/CharEnc.js";
|
||||
import "./tests/operations/Cipher.js";
|
||||
import "./tests/operations/Code.js";
|
||||
import "./tests/operations/Compress.js";
|
||||
import "./tests/operations/DateTime.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue