php开发-使用OpenSSL进程DES加密
一、遇到问题DES 加密返回空1.1加密代码bin2hex(openssl_encrypt($str, 'DES-ECB', $this->appSecret, OPENSSL_RAW_DATA));
1.2 解决方案1.检查 openssl 库是否安装
php -m|gr
...
记录我的生活 学习