base64_decode解密

[复制链接]
查看11 | 回复2 | 2017-9-30 20:14:07 | 显示全部楼层 |阅读模式
有点混乱,看一下吧。require_once 'config.php';require_once 'public/wfsend.php';function WFCode($string,$operation,$key){$key=md5('WFPHPWENFEI20128888');$key_length=strlen($key);$string=$operation=='D'?base64_decode($string):substr(md5($string.$key),0,8).$string;$string_length=strlen($string);$rndkey=$box=array();$result=base64_decode(''...
回复

使用道具 举报

千问 | 2017-9-30 20:14:07 | 显示全部楼层
base64_decode(PHP 4, PHP 5)base64_decode — 对使用 MIME base64 编码的数据进行解码string base64_decode ( string $encoded_data )base64_decode() 对 encoded_data 进行解码,返回原始数据,失败则返回 FALSE。返回的数...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行