Home > php教程 > php手册 > zendsafeguard 加密php

zendsafeguard 加密php

WBOY
Release: 2016-06-06 19:57:29
Original
1208 people have browsed it

用php做了一个小项目,由于php是解释性语言,不能对代码进行保护,故需要对其进行加密。一个很好的工具就是zend公司的zend safeguard。其下载地址为:http://download.csdn.net/detail/wangshaner1/7031541 下载后,其接下来的步骤如下: 1、安装ZendSafeGua

用php做了一个小项目,由于php是解释性语言,不能对代码进行保护,故需要对其进行加密。一个很好的工具就是zend公司的zend safeguard。其下载地址为:http://download.csdn.net/detail/wangshaner1/7031541

下载后,其接下来的步骤如下:

1、安装ZendSafeGuard-Evaluation-3.6.0-Windows-i386.exe
2、将ZendOptimizer-3.3.3文件夹直接拷贝到php的ext 文件夹下面
3、修改php.ini
加上:
[Zend]
zend_extension_ts = "D:\softBox\AppServ\php5\ext\ZendOptimizer-3.3.3\ZendExtensionManager.dll";根据实际路径修改
zend_extension_manager.optimizer_ts="D:\softBox\ZendOptimizer-3.3.0\lib\Optimizer-3.3.0";根据实际路径修改

具体使用且看下图:

1、file->new project->输入项目名称->ok

zendsafeguard 加密php

2、调整好参数。各参数的含义如下(我也只是摸索,不尽正确):

(1)short tags:是否支持 ?>

(2)copy non-php files:是否复制非php文件

(3)asp tags:是否支持ASP加密

(4)disabled php-compatible header:是否在每一个php文件前面加上zend说明,若不能解析,则显示说明。

(5)work only with other encoded fileds:网上说:加密文件改动之后是否能够继续使用。本人验证了一下,发现不管是否选择了此项,改动之后均不能继续使用了。

(6)append header information:未知,本人未选

(7)use PHP 5 Encoder:是否使用php5的加密

(8)Optimizations:优化程度

(9)Ignore Patterns:忽略的一些列表

(10)target directory:加密后的文件的输出文件夹。

(11)Expiration Options:过期时间

(12)Licensing Support:license文件的支持程度。此项本人弄了一上午,均未很好弄懂,仍会报错。未完待续。

zendsafeguard 加密php

Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template