Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

to encrypt php or make it "call home"

I have a simple php script and want to protect it.

I'm ruling out ioncube as they'll hack it anyway and it'll increase my customer support.

I'm hearing about making the script "call home". Is that an alternative or is this the same as ioncube and similar encrypting software?

If this is a viable alternative, is there software or scripting that i can buy or learn to code to use this technique?

if calling home isn't the best answer, what is a better alternative for securing php scripts.

thanks for pointing me in the right direction.

like image 349
Jason Avatar asked Jan 19 '23 08:01

Jason


1 Answers

If this PHP code is being distributed, what is there to stop someone from removing the call home code?

Protect your code through legal means instead.

like image 180
alex Avatar answered Jan 31 '23 04:01

alex