Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 516 Bytes

File metadata and controls

9 lines (8 loc) · 516 Bytes

Enigma-machine-

Enigma machine simulator in Python

What this project have in it

  1. There are 5 encryption wheels - rotors V, IV, III, II, I.
  2. The machine is a version of M3, which means there are only three rotors in use.
  3. There is only one reflector and there are no additional parts (plug board, accessories, etc.).
  4. Configuration book for each day of the given month - an attachment in JSON format called json.book-code.
  5. The encrypted text is displayed as a group of 5 letters separated by a space.