Javascript version of the Enigma engine, originally built with java.
In order to run this project, installation of node.js and the mocha testing framework is required.
Install mocha with npm globally.
$ npm install --global mocha
Or to add npm as dependency
$ npm install --save-dev mocha