ph4r05 / Whitebox-crypto-AES

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

Support other Whitebox Ciphers #27

Open kaoh opened 5 years ago

kaoh commented 5 years ago

Are there any plans to support other schemes, e.g. https://eprint.iacr.org/2016/642.pdf ?

ph4r05 commented 5 years ago

Thanks for the interest in my work.

Unfortunately, this is currently only a passive repo of my existing work (I add only minor things over the time). I am not working on this anymore as I moved to other projects and I don't have time for this.

Anyway, I would prefer the other schemes to be implemented in a different repository than this one so if nobody decides to implement the scheme you mentioned I will close this issue, lets say in a (half) year.

I could help with the scheme implementation on contract, but as a free time activity, it is not attractive enough due to excess of other projects.