M2_SETI/A1/tp-spa
2022-11-18 15:13:15 +01:00
..
hex ajout du tp spa 2022-11-18 15:13:15 +01:00
img ajout du tp spa 2022-11-18 15:13:15 +01:00
scripts ajout du tp spa 2022-11-18 15:13:15 +01:00
traces ajout du tp spa 2022-11-18 15:13:15 +01:00
.gitignore ajout du tp spa 2022-11-18 15:13:15 +01:00
.Rhistory ajout du tp spa 2022-11-18 15:13:15 +01:00
passwdcheck.c ajout du tp spa 2022-11-18 15:13:15 +01:00
README.md ajout du tp spa 2022-11-18 15:13:15 +01:00
requirements.txt ajout du tp spa 2022-11-18 15:13:15 +01:00
SPA.ipynb ajout du tp spa 2022-11-18 15:13:15 +01:00

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.