开发者

Which is the best way to hide the PHP source code?

开发者 https://www.devze.com 2023-01-17 02:21 出处:网络
Which is the best way to convert the PHP code to not human 开发者_StackOverflow中文版readble format?Take a look at Zend Guard.This is definitely a duplicate of PHP- Best Obfuscation Tool/Script? howev

Which is the best way to convert the PHP code to not human 开发者_StackOverflow中文版readble format?


Take a look at Zend Guard.


This is definitely a duplicate of PHP- Best Obfuscation Tool/Script? however nobody there mentioned hiphop.


You can also try using the Ioncube Encryption, but you will need to ask your server administrator to install the Ioncube library / package, if it's not already installed.

Hope it helps.


You can see bcompiler with a stable release: http://pecl.php.net/package/bcompiler

0

精彩评论

暂无评论...
验证码 换一张
取 消