swarth100 / enigma

Working C++ Enigma Machine with rotors and plugboards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS2 Enigma
==========

Sample Configuration Files and A Small Testsuite
================================================

To run the testsuite, in this directory run:

./tests.py

This will only work if your compiled file is called 'enigma'.
Note that this is the name the automated tester will expect as well.

There are sample rotor configuration files in rotors/
and plugboard configuration files in plugboards/

About

Working C++ Enigma Machine with rotors and plugboards


Languages

Language:C++ 71.8%Language:Python 26.3%Language:Makefile 1.2%Language:PureBasic 0.7%