My device is ChipWhisperer lite level1.
When I read the docs of Chipwhisperer docs and I found two parts about the programming of the target board.
The first one is ‘Serial Target Programming’. The only thing told to me is the way to use hex file. I dont know how to write a compatible hex file for my crypto algrithm which I want to attack. It confused me so much.After I learned the hex file, I found that it could be converted by cryptographic algorithms written in other programming languages, I just struggled to find the specifications for writing these cryptographic algorithms (such as the API format of the algorithm).
Another one is ’ Debugging with ChipWhisperer’. I don’t know if this part of the file meets my needs. It is mentioned that many pins on the board need to be connected, but I do not have a matching wire to connect.
I would appreciate it if I could be told how to properly program a cryptographic algorithm.