一:php_screw下载地址
https://gitee.com/splot/php-screw-plus
https://github.com/del-xiong/screw-plus
二:php_screw安装
1:解压并修改加密key
unzip php-screw-plus-master.zip
cd php-screw-plus-master
打开php-screw-plus-master目录下的 php_screw_plus.h文件修改KEY,建议最好16位以上
2:安装php_screw
(1):安装php_screw
#/usr/local/php为php安装地址
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make && make install
#进入tools目录编译
cd tools/
make
#将screw命令设置为全局使用
cp screw /usr/bin/
chmod +X /usr/bin/screw
(2):添加拓展
在php.ini里加入php_screw拓展
extension=php_screw_plus.so
三:php_screw实现php代码加密解密
1:加密
screw /需要加密的目录
screw /需要加密的目录/需要加密的文件
2:解密
screw /需要解密的目录 -d
screw /需要解密的目录/需要解密的文件 -d
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。