Go to file
Peter Deutsch 70fb4e150a
Initial cache attack lab commit
2023-01-31 15:19:02 -05:00
Part1-Timing Initial cache attack lab commit 2023-01-31 15:19:02 -05:00
Part2-DeadDrop Initial cache attack lab commit 2023-01-31 15:19:02 -05:00
Part3-CTF Initial cache attack lab commit 2023-01-31 15:19:02 -05:00
README.md Initial cache attack lab commit 2023-01-31 15:19:02 -05:00
cpu.mk Initial cache attack lab commit 2023-01-31 15:19:02 -05:00
update.sh Initial cache attack lab commit 2023-01-31 15:19:02 -05:00

README.md

Hands-On Hardware Side Channels Lab

This repository contains all the starting code you will need for the lab.

A randomly-generated password will be emailed to you when the lab is released. Please log in and change your password immediately to something secure using the passwd command. Please note that your account will be deleted at the end of this course.

Starting the Lab

As stated on the lab handout, you must first change the SENDER_CPU and RECEIVER_CPU variables in the Makefile to your assigned CPUs. These will be emailed to you along with your lab machine password when the lab is released. Double check that you have set these values correctly.

After completing these steps, you are now ready to start the lab. Good luck!