/hENIGMA

A simplified WW2 Enigma cipher machine written in Haskell

Primary LanguageHaskellMIT LicenseMIT

hENIGMA

hENIGMA is a simplified Enigma ciphering machine written in Haskell.

Prerequisites

Install Haskell.

Running hENIGMA

Compile from /src with:

$ ghc -o hENIGMA hENIGMA.hs

Launch with:

$ ./hENIGMA

on Unix systems, or:

$ hENIGMA

on Windows systems.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.