Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 1, 2019
1 parent f55cc94 commit 8dfdbb5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 介绍

一个简洁、高性能、跨平台的 PHP7 代码加密扩展,当前版本为 0.2.2
- 一个简洁、高性能、跨平台的 PHP7 代码加密扩展,当前版本为 0.2.2

- 对 PHP7.3 的支持在 dev 分支,还没测试,感谢 @toxmc

## 特点

Expand All @@ -10,7 +12,7 @@
- 兼容 Apache、Nginx + PHP-fpm、命令行等运行模式
- 加密算法较简单,这是出于速度考虑,但仍不易解密
- 若项目的 php 文件很多,建议只加密部分重要代码文件
- 要求 PHP >= 7.0
- 要求 PHP >= 7.0,对 PHP7.3 的支持在 dev 分支,还没测试

**加密前记得备份!!!**

Expand Down Expand Up @@ -53,7 +55,7 @@ php_tonyenc_php70_ts_VC14_x64.dll
# php7.0 64位 线程非安全版
php_tonyenc_php70_nts_VC14_x64.dll
```
[手动编译方法](http://lihancong.cn/blog/article/104)
手动编译方法见 issues


## 加密
Expand Down

0 comments on commit 8dfdbb5

Please sign in to comment.