🥗Case 2: Caesar Cipher (Not the Salad)

Learn how to build a decoder for the world-famous Caesar Cipher!

There are a lot of things that could be done by hand but are actually faster with a computer program. Decoding messages is one of them!

Before you start coding, try decoding the Caesar Cipher encoded message below by hand. Do you think it would be a lot faster by hand? Rotate it 5 times backwards.

ltti otg!

Tools to Use:

We just talked about the different methods of encoding... Try applying it here!

Activity

We need a more efficient way to decode Caesar Cipher encoded messages... What better way than to do it with a program?

Last updated