zendsafeguard 加密php
用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
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文件的支持程度。此项本人弄了一上午,均未很好弄懂,仍会报错。未完待续。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

CakePHP is an open source MVC framework. It makes developing, deploying and maintaining applications much easier. CakePHP has a number of libraries to reduce the overload of most common tasks.

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

A string is a sequence of characters, including letters, numbers, and symbols. This tutorial will learn how to calculate the number of vowels in a given string in PHP using different methods. The vowels in English are a, e, i, o, u, and they can be uppercase or lowercase. What is a vowel? Vowels are alphabetic characters that represent a specific pronunciation. There are five vowels in English, including uppercase and lowercase: a, e, i, o, u Example 1 Input: String = "Tutorialspoint" Output: 6 explain The vowels in the string "Tutorialspoint" are u, o, i, a, o, i. There are 6 yuan in total

Gate.io is a popular cryptocurrency exchange that users can use by downloading its installation package and installing it on their devices. The steps to obtain the installation package are as follows: Visit the official website of Gate.io, click "Download", select the corresponding operating system (Windows, Mac or Linux), and download the installation package to your computer. It is recommended to temporarily disable antivirus software or firewall during installation to ensure smooth installation. After completion, the user needs to create a Gate.io account to start using it.

If you are an experienced PHP developer, you might have the feeling that you’ve been there and done that already.You have developed a significant number of applications, debugged millions of lines of code, and tweaked a bunch of scripts to achieve op

The top ten exchanges in the currency circle are ranked by trading volume: Binance Ouyihuobi FTXKrakenCoinbaseGeminiBitfinexBybitGate.io
