In cryptography, white box analysis means extracting a secret value from an implementation of a function that uses the value.
1
vote
1answer
122 views
How to collect, process, and transmit data securely?
In my question "Authenticating data generated by a particular build of an open source program", Dave Cary requested that I post a question stating my real problem on a high level rather than the ...
3
votes
3answers
133 views
Authenticating data generated by a particular build of an open source program
[I was torn between posting here or security.stackexchange.com. In the end, I felt that this was more of a design question, rather than an implementation question and so chose this forum.]
My ...
5
votes
3answers
2k views
Is there any opensource white-box implementation of AES or DES?
I googled it and give me no result. There is a binary executable of white-box implementation of DES (scroll down), but no source code provided.
The same page also links various papers about ...
10
votes
1answer
1k views
What is a white-box implementation of a cryptographic algorithm?
What is a white-box implementation?
Does a white-box implementation have specific properties?
7
votes
2answers
2k views
Differences Between White-Box Cryptography and Code Obfuscation
I have read this question regarding white-box Cryptography, and it led to this short article / Q&A which states in question 2:
Q2: What is the difference with code obfuscation?
Related ...