1. 程式人生 > >windows php-beast 安裝

windows php-beast 安裝

ini dll https github php版本 inpu 擴展 使用 目錄

https://github.com/imaben/php-beast-binaries

windows下 可以直接在這裏下載dll

根據自己的php版本 還有是不是線程安全的 來選擇下載對應的

放到對應的擴展目錄 中

在配置文件 php.ini中加入擴展配置

放到對應的擴展目錄 中

在配置文件 php.ini中加入擴展配置

extension=php_beast_x86_nts.dll

加密方案:

使用beast_encode_file()函數加密文件,函數原型如下:
beast_encode_file(string $input_file, string $output_file, int expire_timestamp, int encrypt_type)

1. $input_file: 要加密的文件
2. $output_file: 輸出的加密文件路徑
3. $expire_timestamp: 文件過期時間戳
4. $encrypt_type: 加密使用的算法(支持:BEAST_ENCRYPT_TYPE_DES、BEAST_ENCRYPT_TYPE_AES)

windows php-beast 安裝