Hi
What are the possibilities to protect a model FlexScript code? I have found three possibilities to protect a model. Are there any other? Any thoughts, what would be the best/easiest?
1. Protect the model with password. That encrypts the whole model. With the password you get access to the whole model, including FlexScript code. So that is good in some conditions, but not suitable for protecting the FlexScript code in the model.
2. Exporting the FlexScript code to dll. That would fulfill the requirement. I have not compiled dll:s before so I'd prefer staying in FlexScript.
3. Exporting the FlexScript code to Python and encrypt the Pyhon code (e.g. with SOURCEdefender). I'm not sure if that's possible. What would be the benefit over dll/c++?