base64 gzinflate 압축 인코딩(암호화) 파일은 일반적으로 암호화) 코드 헤더가 있는 PHP 파일입니다.
코드 복사 코드는 다음과 같습니다. :
function 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); // 파일이 인코딩되었는지 확인
$pos = strpos($contents,'/*Grass name http://www.crazyi.cn Cryptation*/')으로 보호됨
if( false === $pos || $pos>100){ // 파일 크기를 줄이기 위해 PHP 파일 주석과 공백을 제거합니다
$contents = php_strip_whitespace($filename)
//PHP 헤더 및 트레일러 태그 제거
$headerPos = strpos($contents,'$footerPos = strrpos($contents,'?>')
$contents = substr($contents,$headerPos 5 ,$footerPos-$headerPos);
$encode = base64_encode(gzdeflate($contents));//인코딩 시작
$encode = ' ";
return file_put_contents($filename,$encode);
}
}
return false;
}
//함수 호출
$filename='g:My 문서 데스크탑 test.php';
encode_file_contents($filename);
< ;?php
function 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);// 파일이 인코딩되었는지 확인
$pos = strpos($contents,'/*Protected by 草namehttp://www .crazyi.cn 암호화*/');
if(false === $pos || $pos>100){ // PHP 파일 주석 및 공백을 제거하고 파일 크기를 줄입니다.
$contents = php_strip_whitespace($ 파일 이름);// PHP 헤더 및 꼬리 식별자 제거
$headerPos = strpos($contents,' php')
$footerPos = strrpos($contents,'?>') ;
$contents = substr($contents,$headerPos 5,$footerPos-$headerPos)
$encode = base64_encode(gzdeflate($contents));//인코딩 시작
$encode = '< ;?php'." /* 草name http://www.crazyi.cn Cryptation*/n eval(gzinflate( base64_decode(".$encode.")));n 에 의해 보호됨 /* 리버스 엔지니어링은 불법이며 엄격하게 금지되어 있습니다. 금지됨- (C)草名Cryptation 2008*/ n?>";
return file_put_contents($filename,$encode) ;
}
}
return false;
}
//함수 호출
$filename='g:My Document Desktop test.php';
encode_file_contents($ filename)
?>
압축 디코딩(복호화) ) 코드:
코드는 다음과 같습니다.$Code = '채우기 여기서 복호화할 인코딩'; // base64 인코딩
$File = 'test.php'; //디코딩 후 파일 저장$Temp = base64_decode($Code)
$temp = gzinflate ($Temp);
$FP = fopen($File,"w");
fwrite($FP,$temp)
fclose($FP)
echo "복호화 성공! ";
?>
위에서는 beanutils.populate의 내용을 포함하여 beanutils.populate PHP base64 gzinflate 압축 인코딩 및 디코딩 코드를 소개합니다. PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되길 바랍니다.