M2_SETI/A1/tp-spa/README.md

14 lines
332 B
Markdown
Raw Normal View History

2022-10-26 10:01:19 +02: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.