| Sign In/My Account | View Cart |
| Article: |
Protect Your Source Code: Obfuscation 101 | |
| Subject: | Extremely slow applications | |
| Date: | 2005-04-09 17:00:50 | |
| From: | ptwobrussell | |
|
Response to: Extremely slow applications
|
||
|
Well, I'd be careful with making such a generalization as that. Clearly, if you obfuscate your entire performance sensitive application then you'd probably see some major meltdown (especially for an interpreted language), but it's almost never going to make sense to obfuscate an entire application.
|
||
Showing messages 1 through 3 of 3.
Extremely slow applications
Just as you want it to take the hacker longer to break your code than it would be to write it from scratch you want it to be faster for the user to use your software than to do it by hand or use the competition's product.
It should be noted that we are talking about control flow obfuscation which is bleeding edge. You can still perform name obfuscation which will not cause a performance penalty and still deter most snoopers.