mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
ESM: Ported BSON, ToTable, Filetime and XKCD operations
This commit is contained in:
parent
eed28f67d5
commit
749b0510e7
7 changed files with 483 additions and 2 deletions
|
@ -28,7 +28,7 @@ import "./tests/operations/Base58";
|
|||
import "./tests/operations/Base64";
|
||||
import "./tests/operations/BCD";
|
||||
// import "./tests/operations/BitwiseOp";
|
||||
// import "./tests/operations/BSON";
|
||||
import "./tests/operations/BSON";
|
||||
import "./tests/operations/ByteRepr";
|
||||
import "./tests/operations/CartesianProduct";
|
||||
import "./tests/operations/CharEnc";
|
||||
|
@ -37,7 +37,7 @@ import "./tests/operations/Checksum";
|
|||
// import "./tests/operations/Code";
|
||||
// import "./tests/operations/Compress";
|
||||
// import "./tests/operations/Crypt";
|
||||
// import "./tests/operations/DateTime";
|
||||
import "./tests/operations/DateTime";
|
||||
import "./tests/operations/Fork";
|
||||
import "./tests/operations/Jump";
|
||||
import "./tests/operations/ConditionalJump";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue