Home >Backend Development >PHP Tutorial >javascript - php方面大家一般用哪些工具进行代码加密

javascript - php方面大家一般用哪些工具进行代码加密

WBOY
WBOYOriginal
2016-06-06 20:41:461090browse

用的thinkphp3.2.2框架。

PHP5.3以上版本(注意:PHP5.3dev版本和PHP6均不支持)

如何对源代码进行加密和去除注释形成一个可发布的版本。

大家在实践中是怎么操作的

回复内容:

用的thinkphp3.2.2框架。

PHP5.3以上版本(注意:PHP5.3dev版本和PHP6均不支持)

如何对源代码进行加密和去除注释形成一个可发布的版本。

大家在实践中是怎么操作的

1,用c写模块load到php里
2,zend guard一类的加密产品
3,saas, api, 远程调用进行授权
4,最简单的是做代码混淆,批量删除注释,可我们都不写注释的,这有啥用?

为什么要加密了?你的产品是商业授权的吗?

最简单的就是用zephir重写代码,作为php扩展发布~

可以试试 EnPHP —— PHP加密混淆工具:http://enphp.djunny.com/

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn