Some time ago I set myself to build a UI that showed how the Enigma encryption machine worked.
A few weeks of coding went by and I had a working web application that made me proud.
After showing it to a friend, he gave me an idea inspiration hit me:
How about a chat application that sends messages encoded by this machine? Imagine sending encrypted messages to someone and seeing how the machine encrypts a decrypts the messages.
In this series I will document the process of designing the application, building it, and my experience doing so.
Don’t Tell Anyone Blog - How do you simulate an Enigma Machine?
Brief introduction to the concept, explanation of the concepts and behind the Enigma machine, how it works, and how I simulated it.