SkillAgentSearch skills...

WhiteBoxAES

C/C++ whitebox implementation of AES

Install / Use

/learn @Gr1zz/WhiteBoxAES
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WhiteBox AES

This is a basic implementation of Chow et al's scheme, following Muir's tutorial.

How to use

  • aes.c and aes.h implement the standard aes encryption

  • genTables.cpp, RandMat.cpp and RandMat.h contain the functions used to generate the whitebox

  • aes_table.c and main.c implement aes with lookup-tables, protected or not

Compile with make to build the whitebox generator:

$ make tables

$ ./genTables

Then you can compile the whitebox:

$ make
$ ./whitebox <input>

To Do

  • Find a way to pass encodings through the non-linear sbox
View on GitHub
GitHub Stars118
CategoryDevelopment
Updated1mo ago
Forks37

Languages

C

Security Score

85/100

Audited on Feb 5, 2026

No findings