Browse Source

Improve Enigma/Bombe descriptions a little.

s2224834 6 years ago
parent
commit
a446ec31c7
2 changed files with 1 additions and 1 deletions
  1. 0 0
      src/core/operations/Bombe.mjs
  2. 1 1
      src/core/operations/Enigma.mjs

File diff suppressed because it is too large
+ 0 - 0
src/core/operations/Bombe.mjs


+ 1 - 1
src/core/operations/Enigma.mjs

@@ -22,7 +22,7 @@ class Enigma extends Operation {
 
         this.name = "Enigma";
         this.module = "Default";
-        this.description = "Encipher/decipher with the WW2 Enigma machine.<br><br>The standard set of German military rotors and reflectors are provided. To configure the plugboard, enter a string of connected pairs of letters, e.g. <code>AB CD EF</code> connects A to B, C to D, and E to F. This is also used to create your own reflectors. To create your own rotor, enter the letters that the rotor maps A to Z to, in order, optionally followed by <code>&lt;</code> then a list of stepping points.<br>This is deliberately fairly permissive with rotor placements etc compared to a real Enigma (on which, for example, a four-rotor Enigma uses the thin reflectors and the beta or gamma rotor in the 4th slot).";
+        this.description = "Encipher/decipher with the WW2 Enigma machine.<br><br>Enigma was used by the German military, among others, around the WW2 era as a portable cipher machine to protect sensitive military, diplomatic and commercial communications.<br><br>The standard set of German military rotors and reflectors are provided. To configure the plugboard, enter a string of connected pairs of letters, e.g. <code>AB CD EF</code> connects A to B, C to D, and E to F. This is also used to create your own reflectors. To create your own rotor, enter the letters that the rotor maps A to Z to, in order, optionally followed by <code>&lt;</code> then a list of stepping points.<br>This is deliberately fairly permissive with rotor placements etc compared to a real Enigma (on which, for example, a four-rotor Enigma uses only the thin reflectors and the beta or gamma rotor in the 4th slot).";
         this.infoURL = "https://wikipedia.org/wiki/Enigma_machine";
         this.inputType = "string";
         this.outputType = "string";

Some files were not shown because too many files changed in this diff