mirror of
https://github.com/gchq/CyberChef
synced 2025-12-23 11:43:39 +00:00
Tweaks for new rotor order
This commit is contained in:
@@ -25,7 +25,6 @@ export const ROTORS = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export const ROTORS_FOURTH = [
|
export const ROTORS_FOURTH = [
|
||||||
{name: "None", value: ""},
|
|
||||||
{name: "Beta", value: "LEYJVCNIXWPBQMDRTAKZGFUHOS"},
|
{name: "Beta", value: "LEYJVCNIXWPBQMDRTAKZGFUHOS"},
|
||||||
{name: "Gamma", value: "FSOKANUERHMBTIYCWLQPZXVGJD"},
|
{name: "Gamma", value: "FSOKANUERHMBTIYCWLQPZXVGJD"},
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ class Bombe extends Operation {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Left-most rotor",
|
name: "Left-most (4th) rotor",
|
||||||
type: "editableOption",
|
type: "editableOption",
|
||||||
value: ROTORS_FOURTH,
|
value: ROTORS_FOURTH,
|
||||||
defaultIndex: 0
|
defaultIndex: 0
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ class Enigma extends Operation {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Left-most rotor",
|
name: "Left-most (4th) rotor",
|
||||||
type: "editableOption",
|
type: "editableOption",
|
||||||
value: ROTORS_FOURTH,
|
value: ROTORS_FOURTH,
|
||||||
defaultIndex: 0
|
defaultIndex: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user