annotate 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 |
|
rev |
line source |
bgneal@24
|
1 My WW-2 Crypto Simulators Have Moved to GitHub
|
bgneal@24
|
2 ##############################################
|
bgneal@23
|
3
|
bgneal@23
|
4 :date: 2020-07-02 15:00
|
bgneal@23
|
5 :tags: Enigma, Py-Enigma, m209, Purple, Cpp-Enigma, simulator
|
bgneal@23
|
6 :slug: my-ww2-simulators-have-moved-to-github
|
bgneal@23
|
7 :author: Brian Neal
|
bgneal@24
|
8 :summary: My WW-2 crypto simulators have moved from Bitbucket to Github.
|
bgneal@23
|
9
|
bgneal@23
|
10 `Bitbucket is dropping support for Mercurial`_. As a result, I have moved some
|
bgneal@23
|
11 of my repositories to Github_. Please update your bookmarks!
|
bgneal@23
|
12
|
bgneal@23
|
13 * `M-209`_ - A historically accurate M-209 encryption device simulator written in Python 3.
|
bgneal@23
|
14 * 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
|
15 * Enigma_ - A historically accurate Enigma Machine simulator written in Python 3.
|
bgneal@23
|
16 * `cpp-enigma`_ - A C++ library for working with Enigma machines.
|
bgneal@23
|
17
|
bgneal@23
|
18 There are probably still links in the READMEs and documentation to the old
|
bgneal@23
|
19 Bitbucket repositories. I will update those as I get time.
|
bgneal@23
|
20
|
bgneal@23
|
21 Thanks for your interest!
|
bgneal@23
|
22
|
bgneal@23
|
23
|
bgneal@23
|
24 .. _Bitbucket is dropping support for Mercurial: https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket
|
bgneal@23
|
25 .. _Github: https://github.com/gremmie?repositories
|
bgneal@23
|
26 .. _M-209: https://github.com/gremmie/m209
|
bgneal@23
|
27 .. _Purple: https://github.com/gremmie/purple
|
bgneal@23
|
28 .. _Enigma: https://github.com/gremmie/enigma
|
bgneal@23
|
29 .. _cpp-enigma: https://github.com/gremmie/cpp-enigma
|