ChipWhisperer Technical Difficulties

Hi. I cannot open the ChipWhisperer Wiki page since last few days http://wiki.newae.com/V5:Main_Page . The page is displaying like this as shown below.
Could anybody please support me on this? When can I access the link properly?

That site has been deprecated for a very long time. Everything is on readthedocs now.

Thanks for the information. So, I cannot see Profiling Attacks using ChipWhisperer in the website http://wiki.newae.com/V4:Tutorial_B7_Profiling_Attacks_(with_HW_Assumption). Earlier it was there.

We will look into whether it’s feasible to bring it back up; in the meantime there is always archive.org: V4:Tutorial B7 Profiling Attacks (with HW Assumption) - ChipWhisperer Wiki

Keep in mind that this is very old and unsupported content!

The GUI shown in this tutorial is not supported ( Where Is the GUI? — ChipWhisperer Documentation ).

It is certainly possible to do template attacks with modern ChipWhisperer hardware and software, but we don’t have a worked-out example of it.

Thanks a lot for this!

Hi Jean

I just wanted to know whether we can check the round wise output for the AES implementation running in the STM32F303 target of the CW-Lite. How do we observe that? In the simpleserial-aes.c code, chipwhisperer/firmware/mcu/simpleserial-aes/simpleserial-aes.c at develop · newaetech/chipwhisperer · GitHub - Do we use “simpleserial_get()” command at every round to observe the round wise output? Could you please support with this?

You’ll have to modify the AES source code to do that. You can find that in the crypto folder