/enigma

This is an implementation of the Enigma, a machine used by the Germans to encrypt messages during WWII.

Primary LanguageTypeScript

Enigma

The Enigma machine was a device used for encryption and decryption during World War II. It was widely used by the German military to encrypt their communications, but was eventually broken by Allied codebreakers.

Screenshot

Development

npm install
npm run dev

Testing

npm test
npm run test:e2e