Questions tagged [white-box]

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

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

33 questions
6
votes
1 answer

Status of whitebox cryptography in 2022

There has been a lot of discussion about whitebox cryptography in recent years. However, I haven't found any signs of real world applications using it. Are there any real world IT solutions depending on whitebox cryptography as of 2022? Is any kind…
vojta
  • 291
  • 1
  • 5
3
votes
4 answers

Theoretical notion of white-box

Is there any theoretically safe notion of white-box? I have been reading about white-box [1, 2, 3] recently. It seems white-box deals with code obfuscation and its not known whether a perfect white-box exists. I am curios about theoretical notion…
hola
  • 603
  • 6
  • 22
3
votes
1 answer

What's the point of hiding the key in white box cryptography if the attacker already has full access to the encryption (or decryption) implementation?

The attacker doesn't need the key in order to decrypt ciphertexts or encrypt plaintexts since he/she already has the full implementation. So what's the point of hiding the key? What advantage would the attacker even have by knowing the…
1
vote
1 answer

Whitebox AES: why not steal the whole whitebox?

If I understand correctly, Whitebox AES is a way of transforming decryption code to make impossible to recover the decryption key, even if you have access to the code. But what's stopping someone from just separating the entire whitebox decryption…
David Dima
  • 113
  • 3
1
vote
1 answer

Software Security Impossible in Non-Trusted Hardware?

Fundamentally it is impossible to protect software if you can't trust the execution platform (e.g. using a TPM), so what is the point of software security then? With vendors claim that their white-box crypto / obfuscation technique are the best, is…
-1
votes
1 answer

white-box cryptography and its applications

I am a programmer who is doing research into whitebox cryptography. What I hope to do is to use WBC for an DRM application however as some of us may know, WBC is theoretically impossible therefore I am currently trying to find out how other people…
laycat
  • 198
  • 1
  • 12