0

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.

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257
  • Java class files aren't "encrypted"… but anyway, it sounds like you want an obfuscation tool. Search the web. (Though if you're worried about your client "stealing" your code I think you've got bigger problems…) – ChrisGPT was on strike Feb 28 '17 at 13:18

1 Answers1

1

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

Czarek Tomczak
  • 20,079
  • 5
  • 49
  • 56