How do I encrypt the source code on the webserver?

Posted by Ashin k n on Programmers See other posts from Programmers or by Ashin k n
Published on 2012-01-12T11:05:41Z Indexed on 2013/10/26 16:08 UTC
Read the original article Hit count: 335

I have a web application developed using Python, HTML, CSS & JavaScript.

The customer installs it in any of their own Machine and uses it through their LAN. In short the customer sets up the webserver in any of their own machine.

Since its a web application, all the source code is open for the customer in the document root directory of webserver. I want to encrypt the whole source code in the document root directory in such a way that it should not effect the working of the web application.

Is there is any way to encrypt the Python, HTML, CSS & JavaScript for this purpose.

© Programmers or respective owner

Related posts about python

Related posts about web-applications