标签:源码解密
base64加密解密码方法
//程序base64加密方法$str = 'http://shouquan.5ahl.com/index.php?m=Biz&keyword=';echo base64_encode($str);//程序base64解密方法$str = '放要解密的代码';也可以在线生成:http://tool.chinaz.com/Tools/Base64.as……
09-10 立刻查看
//程序base64加密方法$str = 'http://shouquan.5ahl.com/index.php?m=Biz&keyword=';echo base64_encode($str);//程序base64解密方法$str = '放要解密的代码';也可以在线生成:http://tool.chinaz.com/Tools/Base64.as……