๐Briefing
Foundations of Cryptography
How do computers communicate?
Other than "programming" languages, how do computers talk in secret code?
Across the internet, there are different ways that information is represented to make the whole world ultimately interconnected.
Activity: Let's try sending each other morse code messages!
๐๏ธCase 1: Starting from the BasicsWhat's an encoding scheme for letters?
How can I encode a message of letters?
One of the more well-known encoding schemes, the Caesar Cipher encodes English letters by shifting each letter forward by a certain number of steps.
๐ฅCase 2: Caesar Cipher (Not the Salad)Are these ciphers actually used?
Has anyone actually used these ciphers for real-world purposes?
Yes! A cool example is the Book Cipher, where a real book is used to hide messages. It has a history dating back to the American Revolution.
๐Case 3: Reading About the Book CipherLast updated