Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add white box crypto into benchmark #27

Closed
monperrus opened this issue Oct 24, 2019 · 3 comments
Closed

add white box crypto into benchmark #27

monperrus opened this issue Oct 24, 2019 · 3 comments
Assignees

Comments

@monperrus
Copy link
Collaborator

In his master's thesis, Alexander Koski @aeakoski has looked at white-box crypto, which is a sweet spot for randomization.

There is a reference repo containing white-box crypto implementations, together with the attack: https://github.com/SideChannelMarvels/Deadpool

How many of them would fit in our pipeline?

@Jacarte
Copy link
Collaborator

Jacarte commented Oct 24, 2019

I think that we can start with the C/C++ codes. We can use emcc to generate the binaries and the exploit surfaces in the browser (maybe NodeJS too) like we did previously

@Jacarte
Copy link
Collaborator

Jacarte commented Jun 4, 2020

Closing this issue, since the results over white-box crypto libraries attacks (Deadpool) are not relevant

@Jacarte Jacarte closed this as completed Jun 4, 2020
@monperrus
Copy link
Collaborator Author

For the record, we can now run CROW on crypto library libsodium.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants