Day 2: Symmetric Encryption

Resources (optional)

Lecture Topics

Problems

Reminders:

We’ll be working in the main.py file. The cryptoy.py library contains the PRG function, cryptoy.prg(seed, n_bytes) that you’ll use for the stream cipher.