|
|
|
|
|
by woojoo666
1723 days ago
|
|
While I think itcs bad to use obfuscation to hide security holes, I do think obfuscation has it's uses. If there's reasons to make data private, then there's reasons to make execution private as well. Not to mention, it was recently proved that indistinguishable obfuscation is possible, so I'm not sure how useful de-obfuscation tools will be in the future |
|
You make data private by not giving it to people you don't trust, or by encrypting it and not giving the key to people you don't trust.