You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stersky 82fd1974eb ajout du tp spa 2 years ago
..
hex ajout du tp spa 2 years ago
img ajout du tp spa 2 years ago
scripts ajout du tp spa 2 years ago
traces ajout du tp spa 2 years ago
.Rhistory ajout du tp spa 2 years ago
.gitignore ajout du tp spa 2 years ago
README.md ajout du tp spa 2 years ago
SPA.ipynb ajout du tp spa 2 years ago
passwdcheck.c ajout du tp spa 2 years ago
requirements.txt ajout du tp spa 2 years ago

README.md

Simple Power Analysis to Extract a Password

Exercise with ChipWhisperer boards to find a password by simple power analysis.

Start the jupyter serve with the following command:

jupyter notebook

If this doesn't work, you might need to install some dependencies:

pip3 install -r requirements.txt

and try again.