mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Bombe: tweaks
Twiddle the default rotor sets a bit. Add a time remaining estimate for the multibombe.
This commit is contained in:
parent
49f5c94a75
commit
74eb4cca86
4 changed files with 21 additions and 15 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
import Operation from "../Operation";
|
||||
import OperationError from "../errors/OperationError";
|
||||
import {ROTORS, LETTERS, ROTORS_OPTIONAL, REFLECTORS, Rotor, Reflector, Plugboard, EnigmaMachine} from "../lib/Enigma";
|
||||
import {ROTORS, LETTERS, ROTORS_FOURTH, REFLECTORS, Rotor, Reflector, Plugboard, EnigmaMachine} from "../lib/Enigma";
|
||||
|
||||
/**
|
||||
* Enigma operation
|
||||
|
@ -79,8 +79,8 @@ class Enigma extends Operation {
|
|||
{
|
||||
name: "4th (left-most, only some models) rotor",
|
||||
type: "editableOption",
|
||||
value: ROTORS_OPTIONAL,
|
||||
defaultIndex: 10
|
||||
value: ROTORS_FOURTH,
|
||||
defaultIndex: 0
|
||||
},
|
||||
{
|
||||
name: "4th rotor ring setting",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue