PSeminarKryptographie / MonkeyCrypt

This modest Java Application aims to teach children the basics of (classical) cryptography, try out different encryption types and practice their skills.
https://monkeycrypt.jimdo.com/
MIT License
10 stars 49 forks source link

Writing explanatory texts abut cryptography for kids #86

Open heptocat opened 5 years ago

heptocat commented 5 years ago

MonkeyCrypt is a program to help kids learn about cryptography - however we are missing a lot of explanatory texts!

In the folder MonkeyCrypt/src/text/did/ you can find language folders (feel free to add your own language if not available) containing html pages. These pages are opened in our program - Most of them are empty. All they have is a header - this is the topic to write about.

To see how a finished page looks like, check out some of the html pages in MonkeyCrypt/src/text/did/de, and try to keep your own page like them. Keep the language kids friendly.

A bad page is better than no page, so don't be scared to try. Only pages with wrong information will not be merged.

If you want to write about cryptography but don't feel like using html, create a file in MonkeyCrypt/src/text/did_text/. Somebody else will format it for you.

tlentali commented 5 years ago

I wrote some about RSA and Enigma in 'MonkeyCrypt/src/text/did/en/', hope it helps !

Rita-Okonkwo commented 4 years ago

Hi, is this issue still open for this years hacktoberfest? would love to work on it

heptocat commented 4 years ago

Hi @Rita-Okonkwo, This issue is still open, I am glad you are interested. Always feel free to ask if you have questions