M2_SETI/A1/tp-spa/README.md
2022-11-18 15:13:15 +01:00

13 lines
332 B
Markdown

# 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.