摘要: 本文实例讲述了PHP实现的DES加密解密类定义与用法。分享给大家供大家参考,具体如下: 今天写App接口的时候需要传递加密数据给APP端,于是就写了下面的DES加密类,亲测正确代码如下 class CryptDes { function __construct(){ $this->key = 'co 阅读全文
posted @ 2020-07-04 21:27 komomon 阅读(423) 评论(0) 推荐(0)
摘要: 看下下面的apache的一个配置,具体代码如下: <Directory /> Order allow,deny #1 Allow from all #2 deny from 192.9.200.69 #3 </Directory> Allow和Deny哟关于apache的conf文件或者htacce 阅读全文
posted @ 2020-07-04 14:02 komomon 阅读(957) 评论(0) 推荐(0)