Activity 01
Pairs Coding: Caesar Cipher Challenge
Students write Python code for a Caesar cipher shift tool. Partner A encrypts a message; Partner B decrypts with the correct shift. Extend by adding brute-force attack simulation to test security limits.
Explain how encryption protects data confidentiality during transmission.
Facilitation TipDuring the Caesar Cipher Challenge, circulate and ask pairs to trace how shifting letters back restores the original message, reinforcing reversibility.
What to look forPresent students with two short descriptions of encryption scenarios: one detailing a secure online purchase and another describing the exchange of a secret message between two spies. Ask students to identify which scenario primarily uses symmetric encryption and which uses asymmetric encryption, and to briefly justify their choices.