WhiteBoxAES icon indicating copy to clipboard operation
WhiteBoxAES copied to clipboard

C/C++ whitebox implementation of AES

Results 3 WhiteBoxAES issues
Sort by recently updated
recently updated
newest added

In your code, the TBox do not mix ,so we can get key in TBox. It is not whitebox aes.

I want to decrypt AES with whitebox. What is TyiBoxs? I have TyiTables,but dont know how to build TyiBoxs?

`make: *** No rule to make target `aes_tables.o', needed by `whitebox'. Stop.` i run the command 'make all',and cause the error, can you tell me why?