I have a peculiar question. I am developing a php GTK2 desktop application and my goal is to hide the source code from the client to whom I will process the desktop application (deployment on its system) as soon as it is complete.
Our motto is to provide the client with the ability to run the application without the need for a browser.
I have heard about tools like ioncube encoder which can encrypt php source code. I want the same functionality to be achieved with the GTK app.
Others should not see the source code. How can this be achieved?
source
share