14 lines
332 B
Markdown
14 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.
|