|
SIde-Channel Analysis toolKit (SICAK)
Software toolkit for side-channel analysis
|
SICAK 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 <QObject>#include <QtPlugin>#include <QString>#include "measurement.h"#include "exceptions.hpp"

Go to the source code of this file.
Classes | |
| class | TTest128CO |
| 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... | |
SICAK 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