Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 349 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 349 Bytes

Enigma

JavaEnigmaMachine

Program to simulate the World war two Enigma encrypting machine.

Its just a fun project nothing fancy.

Possible combinations:

formula:

#rotors = for example if there are 5 rotors the formula would be: 5x4x3 = 60 possible combinations.

(#rotors) x (26x26x26) x 676 x (1.507382749373 * 10^14)= possible combinations.