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