I was wondering if I can hide some script in python script node.
Because I want to provide python script node with some code including system connection information.
But there is an issue about security so I need to hide this information.
Have you considered passing the information as flow variables into the python script node, therefore not explicitly declaring the system connection information in the code itself?