mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Add Bacon cipher decoding
This commit is contained in:
parent
8148c1a8a8
commit
77b098c5fe
5 changed files with 393 additions and 0 deletions
|
@ -26,6 +26,7 @@ global.ENVIRONMENT_IS_WEB = function() {
|
|||
import TestRegister from "./TestRegister";
|
||||
import "./tests/BCD";
|
||||
import "./tests/BSON";
|
||||
import "./tests/BaconCipher";
|
||||
import "./tests/Base58";
|
||||
import "./tests/Base64";
|
||||
import "./tests/Base62";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue