How to avoid Thingworx custom javascript sql code of one machine being exposed in another machine
- March 23, 2023
- 2 replies
- 1604 views
Hi Team,
We have a requirement to encrypt our custom code and then deploy it in another machine for security purpose. For this I built an extension using java eclipse code as mentioned in following link :
But when I imported my custom extension, I can still see my custom code in another machine. Please guide me to avoid such scenario. Attaching you screenshot of Sample Project I created for testing.
Steps followed:
1) Created Sample Project in machine 1 and exported zip file of source control entities.
2) Eclipse--> New ---> Thingworx Extension Project
3) Created New Folder under Project with name as Entities and pasted all folders of Source Control entities in this folder Entities
4) executed ant-build command to build extension project.
5) Go to directory where built file is created and import it in machine 2
D:\Thingworx_Development\Sample_Project_Ext\build\distributions\Sample_Project_Ext.zip
Regards,
Sid

