I've created some indicators (not using the wizard) that I'd like to share with others, but I don't want to give them access to the code. Is there a way I can lock it, or restrict access to the code?
Encrypting your code is best to protect the source code. But if you want to add an extra feature (enablement) where you can control the distribution of your code, then you can use the esignal addEntitlement() feature or visit www.efs-tools.com and sign up for the free trial of MENT Enablement.
Both of these solutions will allow you to control unwanted distribution of your products. In other words, encrypting will lock the source code, but not prevent your code from being distributed/used by thousands of users. The esignal (addEntitlement()) or the MENT Enablement will solve the second problem.
Comment