Skip to content

Commit

Permalink
定制声明
Browse files Browse the repository at this point in the history
  • Loading branch information
eixom committed Jan 4, 2014
1 parent cae9e0b commit 367a8b4
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
易于定制的PHP源码加密扩展
易于定制的PHP源码加密扩展

# 特性
* 通过简单配置即可实现自定义加密。
* 加密过程清晰,易于定制。
* 密文与扩展独立配套,安全性高。
* 内置加密函数,方便写入部署脚本。
# 特性
* 通过简单配置即可实现自定义加密。
* 加密过程清晰,易于定制。
* 密文与扩展独立配套,安全性高。
* 内置加密函数,方便写入部署脚本。

# 下载
# 下载

源码:
源码:
[zoeeyguard-latest.zip](https://github.com/downloads/zoeey/zoeeyguard/zoeeyguard-latest.zip)

32位win平台扩展(dll)
32位win平台扩展(dll)
[zoeeyguard-1.0-x86-win.zip](https://github.com/downloads/zoeey/zoeeyguard/zoeeyguard-1.0-x86-win.zip)

版本库:
版本库:
```
git://github.com/zoeey/zoeeyguard.git
```


# 手册下载
# 手册下载

<table>
<tr>
<td>格式 </td>
<td>地址 </td>
<td>格式 </td>
<td>地址 </td>
<td>checksum</td>
<td>备注 </td>
<td>备注 </td>
</tr>
<tr>
<td>chm</td>
Expand All @@ -37,7 +37,7 @@ git://github.com/zoeey/zoeeyguard.git
<td>
<a href="https://github.com/zoeey/zoeeyguard/raw/master/doc/build/zoeeyguard.chm.checksum" rel="nofollow">checksum</a>
</td>
<td>无法查看:文件属性,解除锁定 </td>
<td>无法查看:文件属性,解除锁定 </td>
</tr>
<tr>
<td> html </td>
Expand Down Expand Up @@ -76,17 +76,17 @@ git://github.com/zoeey/zoeeyguard.git



= 使用示例 =
= 使用示例 =

源文件
源文件
index.php
```php
<?php
echo 'hello world';
?>
```

结果
结果
index.php
```php
<?php
Expand All @@ -95,19 +95,19 @@ index.php
?>
```

## 联系作者
qq:59.43.59.0(接受定制服务)
## 联系作者
qq:59.43.59.0(接受定制服务:仅源码定制不编译坑爹的win dll)

email:system128 at gmail dot com


## 以往版本
## 以往版本
[http://code.google.com/p/zoeeyguard/](http://code.google.com/p/zoeeyguard/)

keywords:
[PHP加密](https://github.com/zoeey/zoeeyguard)
[PHP源码加密](https://github.com/zoeey/zoeeyguard)
[PHP代码保护](https://github.com/zoeey/zoeeyguard)
[PHP加密](https://github.com/zoeey/zoeeyguard)
[PHP源码加密](https://github.com/zoeey/zoeeyguard)
[PHP代码保护](https://github.com/zoeey/zoeeyguard)




0 comments on commit 367a8b4

Please sign in to comment.