Skip to content

Simula-UiB/bitsliced-aes-cpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published