摘要:
我们常用的php加密函数 function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0){ if($operation == 'DECODE') { $string = str_replace('[a]','+',$ 阅读全文
摘要:
php实现源代码加密的方法 新建一个文件index.php(根据情况命名) 再新建一个要加密的文件,比如:hello.php 访问index.php文件将会在当前目录下创建一个文件件create,并且会生成一个已加密好的hello.php文件 index.php源码 <?php function R 阅读全文