mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Bombe: review, tests, validation
This commit is contained in:
@@ -45,7 +45,7 @@ class Enigma extends Operation {
|
||||
value: LETTERS
|
||||
},
|
||||
{
|
||||
name: "2nd rotor",
|
||||
name: "2nd (middle) rotor",
|
||||
type: "editableOption",
|
||||
value: ROTORS,
|
||||
defaultIndex: 1
|
||||
@@ -61,7 +61,7 @@ class Enigma extends Operation {
|
||||
value: LETTERS
|
||||
},
|
||||
{
|
||||
name: "3rd rotor",
|
||||
name: "3rd (left-hand) rotor",
|
||||
type: "editableOption",
|
||||
value: ROTORS,
|
||||
defaultIndex: 0
|
||||
@@ -77,7 +77,7 @@ class Enigma extends Operation {
|
||||
value: LETTERS
|
||||
},
|
||||
{
|
||||
name: "4th rotor",
|
||||
name: "4th (left-most, only some models) rotor",
|
||||
type: "editableOption",
|
||||
value: ROTORS_OPTIONAL,
|
||||
defaultIndex: 10
|
||||
|
||||
Reference in New Issue
Block a user