PHP-Beast V2.1 版本发布了,此版本主要增加的功能有:
1. 增加AES加密模块
2. 增加base64加密模块
要使用AES加密模块只需要在php.ini修改配置项:beast.encrypt_handler = "aes-algo"
编译安装如下:
$ wget https://github.com/liexusong/php-beast/archive/master.zip
$ unzip master.zip
$ cd php-beast-master
$ phpize
$ ./configure
$ sudo make && make install
编译好之后修改php.ini配置文件, 加入配置项: extension=beast.so, 重启php-fpm
引用来自“丶七夜Gg”的评论
CLI下能否运行呢?PHP Fatal error: PHP Startup: Unable initialize cache for beast in Unknown on line 0
引用来自“ghui_dev”的评论
貌似需要root用户引用来自“丶七夜Gg”的评论
CLI下能否运行呢?PHP Fatal error: PHP Startup: Unable initialize cache for beast in Unknown on line 0
PHP Fatal error: PHP Startup: Unable initialize cache for beast in Unknown on line 0
引用来自“小耶果”的评论
什么时候base64变成加密算法了?引用来自“小耶果”的评论
什么时候base64变成加密算法了?