SIde-Channel Analysis toolKit (SICAK)
Software toolkit for side-channel analysis
All Classes Files Functions Variables Enumerations Modules Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CAes128BackCPA keyguess evaluation SICAK CpaKeyEval plugin, reverses the AES-128 last round key to the cipher key
 CArrayTypeAn abstract class, representing all the array-like data types
 CBlockProcessBlock data processing QT plugin interface
 CCharDeviceCharacter device QT plugin interface
 CComputationalContextAn abstract class, representing all the computational contexts
 CConfigLoaderA QT based command line options loader/parser
 CCorrEvClass providing text-based UI front-end to CpaCorrEval and CpaKeyEval plug-in modules
 CCoutProgressA singleton class providing a standard output progress bar, including remaining time estimate
 CCpaCorrEvalCPA correlation matrix evaluation QT plugin interface
 CCpaEngineCPA computation engine QT plugin interface
 CCpaKeyEvalCPA keyguess evaluation QT plugin interface
 CDataTypeA base abstract class, representing all the data types
 CExceptionA base exception
 CInvalidInputExceptionAn exception caused by bad settings of input parameters or arguments
 CKeysight3000Oscilloscope plugin for Keysight 3000 series oscilloscope, using ScpiDevice for communication
 CLocalCPACPA context computation SICAK CpaEngine plugin
 CLocalTTestT-test context computation SICAK TTestEngine plugin
 CMatrixA class representing a matrix, stored in the machine's free space
 CMatrixTypeAn abstract class, representing all the matrix-like data types
 CMaxAbsCoefCPA correlation matrix evaluation SICAK CpaCorrEval plugin, looking for maximum absolute value of coefficient
 CMaxCoefCPA correlation matrix evaluation SICAK CpaCorrEval plugin, looking for maximum value of coefficient
 CMaxEdgeCPA correlation matrix evaluation SICAK CpaCorrEval plugin, looking for maximum edge, i.e. largest derivation of correlation trace, approximated by convolving with derivative of gaussian
 CMeasClass providing text-based UI front-end to Measurement, Oscilloscope and CharDevice plug-in modules
 CMeasurementMeasurement scenario QT plugin interface
 CMinCoefCPA correlation matrix evaluation SICAK CpaCorrEval plugin, looking for minimum value of coefficient
 COclCPACPA context computation SICAK CpaEngine plugin, OpenCL implementation
 COclCpaEngine
 COclEngineOpenCL base class template used in other SICAK plugins
 COscilloscopeOscilloscope QT plugin interface
 CPowerPredictionsA class representing a Matrix with 'noOfTraces' power predictions, with 'noOfCandidates' key candidates per prediction
 CPowerTracesA class representing a Matrix with 'noOfTraces' power traces, with 'samplesPerTrace' samples per power trace
 CPredictAES128BackAES-128 last round working register Hamming distance power predictions SICAK BlockProcess plugin
 CPredictAES128FrontAES-128 first round S-box Hamming weight power predictions SICAK BlockProcess plugin
 CPrepClass providing text-based UI front-end to BlockProcess and TracesProcess plug-in modules
 CPs6000Oscilloscope plugin for PicoScope 6000, using official driver for communication
 CRandom128APDUCPA Measurement scenario plugin: sends N times a command APDU: CLA=0x80, INS=0x60, P1=P2=0x00, Lc=0x10, Le=0x10 with 16 bytes of random data and receives 16 bytes of ciphertexts back. Makes use of multiple captures per oscilloscope run (e.g. Picoscope's rapid block mode)
 CRandom128COCPA Measurement scenario plugin: sends key command (0x01), followed by the cipher key, followed by N times {encrypt command (0x02) followed by 16 bytes of random data}. Makes use of multiple captures per oscilloscope run (e.g. Picoscope's rapid block mode)
 CRuntimeExceptionAn exception which cannot be directly influenced by the user, or predicted beforehand
 CScpiDeviceSCPI device interface, using either USBTMC Linux module or VISA library
 CSerialPortSerial port interface (Win32/Posix) SICAK CharDevice plugin
 CSimpleCharCPA keyguess evaluation SICAK CpaKeyEval plugin, simply creates cipher key from byte-based CPA keyguess
 CSmartCardSmartCard Win32 SICAK CharDevice plugin
 CStanClass providing text-based UI front-end to CpaEngine and TTestEngine plug-in modules
 CStructuredTypeAn abstract class, representing all the structured data types
 CTracesProcessTraces processing QT plugin interface
 CTTest128APDUCPA Measurement scenario plugin: sends N times a command APDU: CLA=0x80, INS=0x60, P1=P2=0x00, Lc=0x10, Le=0x10 with 16 bytes of either random or constant data and receives 16 bytes of ciphertexts back. Makes use of multiple captures per oscilloscope run (e.g. Picoscope's rapid block mode)
 CTTest128COCPA 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)
 CTTestEngineT-test computation engine QT plugin interface
 CUnivariateContextA class representing a Two-population Univariate Moment-based statistical context
 CVectorA class representing a vector, stored in the machine's free space
 CVectorTypeAn abstract class, representing all the vector-like data types
 CVisuClass providing text-based UI allowing to plot power traces, correlation traces or t-value traces
 CCorrelationTraceSeries
 CPowerTraceSeries