Swapnil Jadhav
Swapnil Jadhav

Reputation: 27

How to provide security to the code in php desktop

I want to provide an security to the code present in Mongoose server Which is used for making desktop.

I want to deliver the desktop application to the client but the client is able to read the code under www folder in Mongoose server, That was not encrypt like java like class file.

Just like anybody can stole the data from the folder, That's why how should i Provide security to that folder.

Upvotes: 0

Views: 1552

Answers (1)

Czarek Tomczak
Czarek Tomczak

Reputation: 20645

From phpdesktop website:

PHP sources can be protected with the many of the available PHP encoders.

https://github.com/cztomczak/phpdesktop/wiki/Knowledge-Base#how-do-i-protect-php-sources-in-the-www-directory

Upvotes: 1

Related Questions