ph4r05 / Whitebox-crypto-AES

Whitebox AES implementation in C++. Chow, Karroumi.
https://is.muni.cz/th/325219/fi_m/
337 stars 112 forks source link

the code doesn't has options like pkcs5 and cbc #34

Closed WenjieZheng1998 closed 1 year ago

ph4r05 commented 1 year ago

Thanks for reaching out! I am aware, this is pure AES building block. I do not plan adding padding and modes of operation.

WenjieZheng1998 commented 1 year ago

Thanks for reaching out! I am aware, this is pure AES building block. I do not plan adding padding and modes of operation.

I run your recongnised code

Thanks for reaching out! I am aware, this is pure AES building block. I do not plan adding padding and modes of operation.

I have run code in your example but the result of comparation between the two files is different

WenjieZheng1998 commented 1 year ago

diff /tmp/aes-table /tmp/aes-table.dec i get result that the two files is different

ph4r05 commented 1 year ago

btw the code has cbc and pkcs5 options - pls check readme.

Also, I migrated to github-actions, tests are passing.