Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 532 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 532 Bytes

ENIGMA

Developed by Justin Duncan

Enigma, device used by the German military command to encode strategic messages before and during World War II. Here we imitate the device electronically!
Installation
  • Clone down the repo
  • For encrypting run:
 ruby lib/encrypt.rb message.txt encrypted.txt 

if your encryption key was 6476

  • For decryption run:
 ruby lib/decrypt.rb encrypted.txt decrypted.txt 6476

Self Assessment:

Functionality: 3

OOP: 4

TDD: 4

GIT: 3