|
SIde-Channel Analysis toolKit (SICAK)
Software toolkit for side-channel analysis
|
CPA Measurement scenario plugin: sends key command (0x01), followed by the cipher key, followed by N times {encrypt command (0x02) followed by 16 bytes of either random or constant data}. Makes use of multiple captures per oscilloscope run (e.g. Picoscope's rapid block mode). More...
#include <ttest128co.h>


Public Member Functions | |
| virtual QString | getPluginName () override |
| Plugin name. | |
| virtual QString | getPluginInfo () override |
| Plugin info. | |
| virtual void | init (const char *param) override |
| Initialize the plugin. | |
| virtual void | deInit () override |
| Deinitialize the plugin. | |
| virtual void | run (const char *measurementId, size_t measurements, Oscilloscope *oscilloscope, CharDevice *charDevice) override |
| Run the measurement scenario, given either initialized and configured oscilloscope/charDevice pointers or nullptr-s, and creates/saves related files. | |
Additional Inherited Members |
CPA Measurement scenario plugin: sends key command (0x01), followed by the cipher key, followed by N times {encrypt command (0x02) followed by 16 bytes of either random or constant data}. Makes use of multiple captures per oscilloscope run (e.g. Picoscope's rapid block mode).
1.8.15