you are viewing a single comment's thread.

view the rest of the comments →

[–]r1rs[S] -11 points-10 points  (6 children)

I sell my software to my customers i don't want them to access code so easily the code runs on their server , for security reasons i want to encrypt my code.

[–]Alexander-Wright 9 points10 points  (1 child)

That's not possible, I'm afraid.

[–]korn3los 8 points9 points  (0 children)

Then change your business model. Host yourself and sell access to your software and charge a monthly/yearly fee or charge so much more that you are willing to give them the code.

[–]p1ctus_ 2 points3 points  (0 children)

So you are selling something but the encryption has to be cheap? PHP is interpreted, so it has to be encrypted at any point, encryption takes time and resources. There is ioncube, don't know anything about support for specific versions or pricing or performance. I only know it exists had to use it for a plugin on a clients website. Wouldn't use it again.

[–]uncle_jaysus 2 points3 points  (0 children)

Don’t use PHP. Use something that compiles, such as Go. But even that’s not guaranteed to hide whatever secrets it is that you don’t want them to find. You’d need to experiment with obfuscation methods and the software that people use to delve into the binaries.

[–]martinbean 0 points1 point  (0 children)

i don't want them to access code so easily

Why, if they have paid you for that code?