Hello Everyone,
I have written a code in LabView 2018 which uses the Python Connectivity VI's and uses a function from a Python File. Everything works fine and I am able to create an EXE from it. However; if I add the python file to a virtual folder before creating the LabView.exe, the file is just added to the location where the EXE is created and can easily be seen and modified by anyone. Is it somehow possible to encrypt the python code or to integrate it into the LabView.exe so the python file cannot be read or changed by anyone?