/Table-Redundancy-Method-for-White-box-AES

An implementation for table redundancy method for protecting against Differential Fault Analysis (DFA) in white-box cryptography

Primary LanguageCApache License 2.0Apache-2.0

Table Redundancy Method for White box AES

A white-box AES implementation for table redundancy method for protecting against Differential Fault Analysis in white-box cryptography.

This is an implementation with one redundant computation of Chow et al.'s scheme.

Build

$ mkdir build
$ cd build
$ cmake ..
$ make

Run

$ ./WBAES

Included libraries

  1. WBMatrix
  2. CEJO-whitebox-AES