332 B
332 B
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.