2
0
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:
s2224834
2019-01-08 18:25:42 +00:00
parent b6eb4e84e4
commit ad6e30f3d4
5 changed files with 173 additions and 31 deletions

View File

@@ -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