mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 21:33:36 +00:00
Various fixes for conditional calcs
This commit is contained in:
@@ -12,6 +12,8 @@ export const SWITCHES = [
|
||||
{name: "Down (x)", value: "x"}
|
||||
];
|
||||
|
||||
export const VALID_ITA2 = "ABCDEFGHIJKLMNOPQRSTUVWXYZ34589+-./";
|
||||
|
||||
export const ITA2_TABLE = {
|
||||
"A": "11000",
|
||||
"B": "10011",
|
||||
|
||||
Reference in New Issue
Block a user