avastmick / cryptographon

A set of code games to show the principles of crytography (and coding)
0 stars 0 forks source link
cipher cryptography educational game learning principles secret

Cryptographon

Build Status codecov

What is Cryptographon?

Cryptographon is a set of code examples and games to show kids (or adults) the principles behind cryptography.

It's currently a work in progress!

Why?

My two young girls (then nine and ten-years old) were playing a game. They'd created their own simple codebook where their secret messages were encoded into numbers. It was a great idea, but it took them ages to create their messages, they needed a Cipher!

The Original

So, I had an idea. They were very excited about their secrets and making it easier to send their messages. I was very keen on them learning to code. I agreed to set something up so they could write their messages by writing .

Why Cryptography and why it is important?

Step One

Turning their codebook into a cipher using code. You can see that here:

Let's try it out. Follow these instructions:

Cipher-one

Or, do it online using trinket.io:

On trinket.io

Step Two

List out the problems. Think like spies:

The answers to these questions will lead us to the next stage: