Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 610 Bytes

File metadata and controls

24 lines (17 loc) · 610 Bytes

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