|
There are quite a things you can do to protect your applicaiton from being nulled.
First thing. For Scriptable languages the rule is : Code
obfuscation/encrption techniques for php ioncube has made a
great job, also zend guard is a great resource.
You must also write some callback or licensing feature that can disable the application remotely.
Regardless of what you do to protect your app, there are good
chances that it is pirated once it becomes popular, the safest bet this
days is use proactive monitoring, which tells you when, how, and where
it is being pirated, that way you can improve your security features
and stop it from being posted on the nulled scripts scene.
This stop the average joe, but serious people these days pay for professional decrypt services in order to null the application.
The best approach is to use proactive monitoring techniques. and post new versions oftenly.
 |