bgneal@24: My WW-2 Crypto Simulators Have Moved to GitHub bgneal@24: ############################################## bgneal@23: bgneal@23: :date: 2020-07-02 15:00 bgneal@23: :tags: Enigma, Py-Enigma, m209, Purple, Cpp-Enigma, simulator bgneal@23: :slug: my-ww2-simulators-have-moved-to-github bgneal@23: :author: Brian Neal bgneal@24: :summary: My WW-2 crypto simulators have moved from Bitbucket to Github. bgneal@23: bgneal@23: `Bitbucket is dropping support for Mercurial`_. As a result, I have moved some bgneal@23: of my repositories to Github_. Please update your bookmarks! bgneal@23: bgneal@23: * `M-209`_ - A historically accurate M-209 encryption device simulator written in Python 3. bgneal@23: * Purple_ - A Python simulation of the PURPLE cipher machine used by the Japanese Foreign Office for secure communications before and during World War 2. bgneal@23: * Enigma_ - A historically accurate Enigma Machine simulator written in Python 3. bgneal@23: * `cpp-enigma`_ - A C++ library for working with Enigma machines. bgneal@23: bgneal@23: There are probably still links in the READMEs and documentation to the old bgneal@23: Bitbucket repositories. I will update those as I get time. bgneal@23: bgneal@23: Thanks for your interest! bgneal@23: bgneal@23: bgneal@23: .. _Bitbucket is dropping support for Mercurial: https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket bgneal@23: .. _Github: https://github.com/gremmie?repositories bgneal@23: .. _M-209: https://github.com/gremmie/m209 bgneal@23: .. _Purple: https://github.com/gremmie/purple bgneal@23: .. _Enigma: https://github.com/gremmie/enigma bgneal@23: .. _cpp-enigma: https://github.com/gremmie/cpp-enigma