Blog reader Magnus Ekhall has created a software that simulates an Enigma breaking device. He has also published a few challenges, one of which is still unsolved.

In World War II, British codebreakers in Bletchley Park constructed a machine that could decipher Enigma messages: the Bombe (also known as the Turing Bombe or the Turing Welchman Bombe).


Source: Public Domain

The Turing Bombe

The Bombe was a development from a device that had been designed by Polish mathematician Marian Rejewski, known as the “bomba”. Using the bomba and other machines, the Polish had been breaking German Enigma messages in the 1930s. The initial Bombe design was developed by Alan Turing in 1939, with an important refinement devised by Gordon Welchman in 1940.

Over 200 copies of the Bombe were built. After the war all of them were dismantled (at least that’s the official story). From 1994 to 2007 a team of volunteers at Bletchley Park created a rebuild, which is today on display at the National Museum of Computing (a museum located next to the Bletchley Park estate).

The picture shown above is one of the few (or even the only one) known that shows an original Bombe. On the following photo, the rebuild can be seen:
Source: Public Domain

The Desch Bombe

There was also a US version of the Bombe (also known as “Desch Bombe” for its constructor Joseph Desch). The US Bombe was made to attack the four-rotor naval Enigma. An original of this machine is on display at the NSA Crypto Museum in fort Meade near Washington.

The simulator

Magnus Ekhall, a Swedish software developer and reader of this blog, has created a Bombe simulator (together with Fredrik Hallenberg). This simulator  is available on a website. So, if you want to break an Enigma message yourself, with the means of a WW2 codebreaker, try this software. It simulates both the British …

… and the US Bombe.

The challenge

It was George Lasry who made me aware of this simulator a few days ago. George mentioned that Magnus and Fredrik provide a number of Enigma messages as challenges on their site (the following picture shows an excerpt):

When George sent me his mail, many of the challenges were still unsolved. Today, when I started writing this post and looked at the web page again, the situation had changed. This can be seen on the following chart:

Apparently, George has deciphered nine challenges over the last few days. Congratulations!

Apparently, challenge 4b is still unsolved. So, there is at least one chance left to add your name to the winners list. And then, you still have the chance to be second or third at a few other challenges. Good luck!


Further reading: My visit to Poznań, where the breaking of the Enigma began

Linkedin: https://www.linkedin.com/groups/13501820
Facebook: https://www.facebook.com/groups/763282653806483/

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Kommentare (11)

  1. #1 George Lasry
    Givataim
    6. Februar 2019

    Those are great challenges. The first ones can be solved using the simulator on the site, and this is a highly enjoyable process. And a good opportunity to experience working with a bombe, which is very well documented.

    4b is really tough. No success so far, despite many attempts. But I have no doubt that the Enigma experts in this forum will be able to break it very soon.

  2. #2 Magnus Ekhall
    Borensberg
    6. Februar 2019

    Thank you Klaus and George!

    I would like to mention that the challenges have been made by Vali Popa.

    If there are any questions related to the simulator just post a comment here on the blog and I will try to answer.

  3. #3 TWO
    6. Februar 2019

    Solving your own challenges with a known method : GET REAL

  4. #4 Jerry McCarthy
    England, Europa
    7. Februar 2019

    Abo…

  5. #5 George Lasry
    7. Februar 2019

    Those challenges not created by the solvers :-). And only the first ones can be solved with the simulator. The others require additional techniques.

  6. #6 George Lasry
    Givataim
    7. Februar 2019

    Well done, Dan! I knew you would have no issue solving this last one 🙂

  7. #7 George Lasry
    Givataim
    8. Februar 2019

    There are 3 new M4 challenges. Unsolved.

  8. #8 Dan Girard
    10. Februar 2019

    George:

    Thanks for your comment at #6. It seems I joined the party just in time — I see that we both found the solution to message 4b on the same day.

    I had tried the simulator of the British bombe a year or two ago, but I hadn’t visited the website in some time, so I was not aware of the update and the addition of the US bombe simulator. Thanks for telling Klaus about this, and thanks to Klaus for passing the information along to the rest of us.

  9. #9 George Lasry
    10. Februar 2019

    Dan

    Did you see there are 3 new M4 challenges (4c, 4d, 4e)?
    I was not able to solve them.

    PS: What programming language are you using for your Bombe? M4 challenges take more time if there are turnovers of the two middle rotors. My program (Java) is a little slow.

  10. #10 Dan Girard
    10. Februar 2019

    George:

    I’ve solved 4c, I haven’t yet looked at 4d, and I’ve been trying 4e, but so far without success.

    I’m using C++ (in Microsoft Visual C++ 2010 Express). It’s the only programming language I know, and I don’t really know it all that well — I’ve only learned just enough to be able to write my amateur codebreaking programs.

  11. #11 George Lasry
    11. Februar 2019

    Dan

    Thanks for the details. Your work on Enigma is quite impressive. I like a lot your papers too. They read like a detective story.

    I am taking a pause with the Enigma challenges, as I have other projects on my plate. Will come back to them later.

    PS: In this site, https://www.jfbouch.fr/crypto/challenges/index.html
    there are more Enigma challenges, some quite cool. A few unsolved.
    There are challenges for other machines if you are interested.