午夜剧场伦理_日本一道高清_国产又黄又硬_91黄色网战_女同久久另类69精品国产_妹妹的朋友在线

您的位置:首頁技術文章
文章詳情頁

PHP base64+gzinflate壓縮編碼和解碼代碼

瀏覽:46日期:2024-02-19 08:23:26

base64+gzinflate壓縮編碼(加密)過的文件通常是以 <? eval(gzinflate(base64_decode( 為頭的一個php文件。文中給出了編碼和解碼的代碼。CODE:<?phpfunction encode_file_contents($filename) {$type=strtolower(substr(strrchr($filename,'.'),1));if('php'==$type && is_file($filename) && is_writable($filename)){// 如果是PHP文件 并且可寫 則進行壓縮編碼$contents = file_get_contents($filename);// 判斷文件是否已經(jīng)被編碼處理$pos = strpos($contents,'/*Protected by 草名http://www.crazyi.cnCryptation*/');if(false === $pos || $pos>100){ // 去除PHP文件注釋和空白,減少文件大小$contents = php_strip_whitespace($filename);// 去除PHP頭部和尾部標識$headerPos = strpos($contents,'<?php');$footerPos = strrpos($contents,'?>');$contents = substr($contents,$headerPos+5,$footerPos-$headerPos);$encode = base64_encode(gzdeflate($contents));// 開始編碼$encode = '<?php'.' /*Protected by 草名http://www.crazyi.cnCryptation*/n eval(gzinflate(base64_decode('.$encode.')));n /*Reverse engineering is illegal and strictly prohibited- (C)草名 Cryptation 2008*/ n?>';return file_put_contents($filename,$encode);}}return false;}//調(diào)用函數(shù)$filename='g:我的文檔桌面test.php';encode_file_contents($filename);?><?phpfunction encode_file_contents($filename) {$type=strtolower(substr(strrchr($filename,'.'),1));if('php'==$type && is_file($filename) && is_writable($filename)){// 如果是PHP文件 并且可寫 則進行壓縮編碼$contents = file_get_contents($filename);// 判斷文件是否已經(jīng)被編碼處理$pos = strpos($contents,'/*Protected by 草名http://www.crazyi.cnCryptation*/');if(false === $pos || $pos>100){ // 去除PHP文件注釋和空白,減少文件大小$contents = php_strip_whitespace($filename);// 去除PHP頭部和尾部標識$headerPos = strpos($contents,'<?php');$footerPos = strrpos($contents,'?>');$contents = substr($contents,$headerPos+5,$footerPos-$headerPos);$encode = base64_encode(gzdeflate($contents));// 開始編碼$encode = '<?php'.' /*Protected by 草名http://www.crazyi.cnCryptation*/n eval(gzinflate(base64_decode('.$encode.')));n /*Reverse engineering is illegal and strictly prohibited- (C)草名 Cryptation 2008*/ n?>';return file_put_contents($filename,$encode);}}return false;}//調(diào)用函數(shù)$filename='g:我的文檔桌面test.php';encode_file_contents($filename);?>

壓縮解碼(解密)代碼:[復制此代碼]CODE:<?php$Code = '這里填寫要解密的編碼'; // base64編碼$File = 'test.php';//解碼后保存的文件$Temp = base64_decode($Code);$temp = gzinflate($Temp);$FP = fopen($File,'w');fwrite($FP,$temp);fclose($FP);echo '解密成功!';?>

標簽: PHP
主站蜘蛛池模板: 午夜成人在线视频 | 亚洲在线视频 | 动漫精品一区二区三区 | 国产成人精品网站 | 特黄aaaaaaaaa真人毛片 | 欲色 | 欧美人人| 超碰10000 | 亚洲高清视频在线播放 | 免费黄色激情视频 | 婷婷射 | 成年人激情网 | h视频在线观看免费 | 国产精品15p | 欧美日韩一区二区三 | 亚洲三级视频在线观看 | 欧美日韩一区二 | 开心激情网五月天 | 久久久久久伊人 | 日本精品在线播放 | 婷婷色在线观看 | 欧美激情xxxx | 动漫精品一区二区三区 | 欧美精品一区二区三区四区五区 | 国产高清在线免费观看 | 日韩成人免费在线观看 | 国产精品久久久久久网站 | 欧美精品在线视频观看 | 中文字幕av亚洲精品一部二部 | 一起艹在线观看 | 国产专区一区二区三区 | av男人的天堂网 | 免费看黄在线 | 午夜在线精品 | av免费高清 | 亚洲一区二区色 | 97中文字幕在线观看 | 日韩色图在线观看 | 国产5页| 日韩看片 | 午夜视频黄 |