美文网首页
源码文件加密 php-screw-plus

源码文件加密 php-screw-plus

作者: 骑蚂蚁上高速_jun | 来源:发表于2020-02-29 18:21 被阅读0次
扩展 php-screw-plus 用于php源码文件加密,实现代码安全

安装:


$ git clone https://git.oschina.net/splot/php-screw-plus.git
$ cd php-screw-plus
# 在安装编译之前, 需先配置自己的安全密钥, 这个安全密钥用于运行时解密文件 和 手动解密源码文件
# 打开下面文件 修改 https://github.com/bergundy/libbeanstalkclient
$ vi php_screw_plus.h

$ phpize
$ ./configure --with-php-config=/usr/local/php/bin/php-config
$ make && make install

基本使用

在扩展的tools目录,执行./screw [路径],[路径]可以是单个文件也可以是文件夹,然后就可以实现加密了。

相关文章

网友评论

      本文标题:源码文件加密 php-screw-plus

      本文链接:https://www.haomeiwen.com/subject/gormhhtx.html