Can I encrypt PHP source or compile it so others can't see it? and how?

前端 未结 7 648
无人及你
无人及你 2020-11-29 06:56

I need to encrypt some PHP source that I\'ve released to the public.

Is this possible? Can PHP be \"compiled\" ?

7条回答
  •  既然无缘
    2020-11-29 07:34

    the problem with ioncube and zend --

    They BOTH are crackable and there are applications out there for around 500.00 bucks that will allow you to steal the code.

    They BOTH need loaders to run - why you ask is this a problem? IF this project is to be sold to the public then you will without fail get a ton of tech support questions about ioncube and I don't need to tell you what it's like supporting someone else's code / software.

    I've found in this case neither one is a good choice.

提交回复
热议问题