In cryptography, white box analysis means extracting a secret value from an implementation of a function that uses the value.

learn more… | top users | synonyms

1
vote
1answer
121 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
128 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 ...
7
votes
2answers
1k 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 ...
5
votes
3answers
1k 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?