Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.55 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.55 KB

Basic-Side-Channel-Framework

This repository is aim to provide a basic framework for side-channel analysis. Currently, it combines SAKURA-G, Chipwhispere, OpenADC, Jupyter Notebook...etc.

Installation

  • Installing python and juypyter notebook and the required packages
pip install jupyter notebook
pip install configobj
pip install pyqtgraph
  • Installing FTD2XX driver. To install this package, download a copy of the ftd2xx repository and unzip it somewhere. Then run the following where you unzipped it:
python setup.py install
  • Clonning the latest version of framework
git@github.com:phonchi/Basic-Side-Channel-Fraewwork.git
  • Clonning either the maintaining version of star group
git@github.com:phonchi/chipwhisperer.git

or the official chipwhisperer

git@github.com:newaetech/chipwhisperer.git
  • Installing the chipwhisperer
cd c:\chipwhisperer\openadc\controlsw\python
python setup.py develop
cd c:\chipwhisperer\software
python setup.py develop

Development

  • Use Tools/make_ise to manage your projects
  • The samples project for target control hardware are in the Target_Hardware folder
  • More detail can be found in the wiki page