Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1002 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 1002 Bytes

Side Channel Analysis on Bitsliced AES

This repository contains the source code for the experiments in the master thesis "Side Channel Analysis on Bitsliced AES" by Stian Husum.

There are five main parts of this code:

  • A fixsliced implementation of AES by Alexandre Adomnicai with driver code to collect traces on a ChipWhisperer.
  • A jupyter notebook to collect traces.
  • A script to compute SNRs from traces.
  • A script to compute CPA attacks on the traces using the attacks presented in the thesis.
  • A script to compute the success rates from the results of the attacks.

License

The code derived from the ChipWhisperer project is licensed under GPLv3, as denoted in their files. The rest of the code is licensed under the MIT license.