Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 403 Bytes

File metadata and controls

12 lines (8 loc) · 403 Bytes

02255-projects

Required python version

All this project needs to be run is a version of python > 3.8.

Relevant files

All project files are in project1

The AES implementation can be found in project1/aes.py. The implementation for the attack can be found in project1/attack.py.

An example attack can be run through the main function inside attack.py. It can be run with python attack.py.