uniqueniuniu 发表于 2020-7-21 15:50

php加密.PHP加密仅供大家参考

git clone https://github.com/lihancong/tonyenc.git    上传到linux到

cd tonyenc
phpize
./configure
./configure --with-php-config=/www/server/php/72/bin/php-config
make

将编译好的文件 modules/tonyenc.so文件 放 在/www/server/php/72/lib/php/extensions/no-debug-non-zts-20170718

加入到配置项/www/server/php/72/etc/php.ini extension=tonyenc.so,


重启 PHP 服务
cd /www/wwwroot/tonyenc/master
php tonyenc.php application/

uniqueniuniu 发表于 2020-7-21 20:20

第一次发帖 嘿嘿

ENDg 发表于 2020-7-22 06:49

学到了,有点意思

qystudio 发表于 2020-8-1 09:00

但是这种开源的加密系统安全性应该都不高吧

wml52pj 发表于 2022-3-15 14:37

自己建站的话,可以考虑用用。{:1_893:}

fufuok 发表于 2022-3-15 19:50

用过, 他有编译好的 7.0, 运行没什么问题, 算是比较优良的免费解决方案了.
能反解出来, 只是有一定难度.
只是作者没更新了. 比如支持 7.3/8.0.

fufuok 发表于 2022-3-15 19:53

有位同学 fork 了代码, 支持了 PHP7.4 PHP8.0 PHP8.1:
gitee.com/lfveeker/tonyenc
页: [1]
查看完整版本: php加密.PHP加密仅供大家参考