PHP コード暗号化クラス
- /*
- * @auther:wangyaofeng
- * @time:2014.11.6
- * @action: プロジェクトにフレームワーク ディレクトリがある場合に注意してください。事前に暗号化が必要なディレクトリを移動しておいてください
- * */
- class Encryption{
- private $c='';//Storage ciphertext
- private $s='',$q1,$q2,$q3 ,$q4,$ q5,$q6;//生成された暗号化されたファイルの内容を保存します
- //値を設定しない場合、isset は存在しないことを示します
- private $file='';//パス;ファイルを読み取ります
- private $source= '',$target='';
- //インスタンス化中にグローバル変数を初期化するために呼び出されるコンストラクター
- public function __construct(){
- //グローバル変数を初期化します
- $this-> InitialVar();
- //echo "hello n"; }
- /*
- *@input $property_name,$value
- *@output
- * 必要に応じて処理できる変数の値を設定するメソッド。 if 判定が直接削除された場合は、存在しない属性を含む任意の属性の値を設定できることを意味します
- */
- public function __set($property_name,$value){
- //定義された変数; (isset($this- >$property_name)){
- $this->$property_name = $value;
- }else{
- //必要に応じて、宣言されていない変数の割り当てを処理できます。
- throw new Exception("プロパティが存在しません");
- }
- }
- //変数の値を取得するマジックメソッド
- public function __get($property_name){
- if(isset($this->$ property_name)) {
- return $this->$property_name;
- }else{
- //throw new Exception("プロパティが存在しません");
- return NULL }
- }
- // ランダムな順序を取得します
- RandAbc($ length=""){//ランダムな順序で取得します
- $str="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
- return str_shuffle($str)
- }
- // プレーン テキスト コンテンツを暗号化します
- private function ciphertext($filename);
- / /$filename='index.php';
- $T_k1=$this->RandAbc();
- $vstr=file_get_contents($filename); v1=base64_encode($vstr);
- $c=strtr($v1,$T_k1,$T_k2);
- $this->c=$T_k1.$T_k2.$c; /初期化変数
- プライベート関数initialVar(){
- $this->q1="O00O0O";//base64_decode
- $this->q2="O0O000";//$c (strtr置換後の元の暗号文、対象文字 + 置換文字 + Base64_encode('元のコンテンツ'))
- $this->q3="O0OO00";//strtr
- $this->q4="OO0O00";//substr
- $this-> ; q5="OO0000";//52
- $this->q6="O00OO0";//urldecode 解析文字列 (n1zb/ma5vt0i28-pxuqy*6%6Crkdg9_ehcswo4+f37j)
-
- }
- //暗号化されたテンプレートを生成 (複雑)バージョン);
- プライベート関数 model(){
- //$c = $this->c;
- $this->s=' q6.'=urldecode("%6E1%7A%62%2F%6D%615%5C%76%740%6928%2D%70%78%75%71% 79%2A6%6C% 72%6B%64%679%5F%65%68%63%73%77%6F4%2B%6637%6A");$'.
- $this->q1.'=$ '.$this-> ;q6.'{3}.$'.$this->q6.'{6}.$'.$this->q6.'{33}.$'.$this->q6.'{ 30};$'.$this->q3.'=$'.$this->q6.'{33}.$'.$this->q6.'{10} .$'
- .$ this->q6.'{24}.$'.$this->q6.'{10}.$'.$this->q6.'{24};$'.$this->q4 .'=$'.$this->q3.'{0}.$'.$this->q6.'{18}.$'.$this->q6.' {3}.$' .$this->q3.'{0}
- .$'.$this->q3.'Xiaobei.$'.$this->q6.'{24};$ '.$this->q3.' q5.'=$'.$this->q6.'{7}.$'.$this->q6.'{13};$'.$this->q1 .'.=$'。 $this->q6.'{22}.$'.$this->q6.'{36}
- .$'.$this->q6.'{29}. ;q6.'{26}.$'.$this->q6.'{30}.$'.$this->q6.'{32}.$'.$this ->q6.'{ 35}.$'.$this->q6.'{26}.$'.$this->q6.'{30};
- eval($'.$this->q1.'("' .base64_encode('$'.$this->q2.'="'.$this->c.'";
- eval('?>'.$'.$this ->q1.'( $'.$this->q3.'($'.$this->q4.'($'.$this->q2.',$'.$this-> ;q5.'*2) ,$'.$this->q4.'($'.$this->q2.',$'.$this->q5.',$'.$this->q5.'),
- $'.$this->q4.'($'.$this->q2.',0,$'.$this->q5.')))); ;?>';
- return $this; }
- //暗号化されたファイルを作成する
- private function build($target){
- //$this->encodes("./index.php"); $this->model();
- $fpp1 = fopen($target,'w');
- fwrite($fpp1,$this->s) または die('書き込みは失敗しました!');
- fclose($fpp1);
- return $this; }
- //暗号化処理コヒーレント操作
- public function encode($file,$target){
- //$file = "index.php"; /一貫した操作は、実際には、処理後に関数を使用して自分自身に戻ることです
- $this->ciphertext($file)->model()->build($target);
- echo 'encode---- --'. $target.'-----ok
'
- }
- //Decrypt
- public function decode($file,$target=''){
- //対象となるファイルを読み込みます復号化されました
- $fpp1 = file_get_contents($file);
- $this->decodeMode($fpp1)->build($target);
- echo 'decode------'.$target.'--- --ok< br/>';
- }
- //テンプレートを復号し、復号されたテキストを取得します
- private function decodeMode($fpp1){
- //それを配列にインターセプトするフラグとして eval を使用しますは暗号文内の置換された関数名、後半は暗号文です
- $m =explode('eval',$fpp1)
- //システム関数の置換部分を実行してシステム変数を取得します
- $varStr = substr ($m[0],strpos( $m[0],'$'));
- //実行後、置換されたシステム関数名を後で使用できます
- eval($varStr); // ciphertext
- if(!isset($ m[1])){
- return $this; }
-
- //暗号文をインターセプト {$this->q4} substr
- $star = strripos($m[1], '(');
- $end = strpos($m[1],')');
- $str = ${$this->q4}($m[1],$star,$end); //暗号文を復号化する {$this->q1}base64_decode
- $str = ${$this->q1}($str)
- //復号化されたコア暗号文を傍受する
- $evallen = strpos($str,' eval' );
- $str = substr($str,0,$evallen);
- // システム変数に値 $O0O000 が割り当てられるように、コア暗号文を実行します
- eval($str); // 次の段落${$this->qn} がテキスト全体で機能しないため、カプセル化できません
- $this->s = ${$this->q1}(
- ${$this->q3}(
- ${$this ->q4}(
- ${$this->q2},${$this->q5}*2
- )、
- ${$this->q4}(
- ${$これ->q2},${$this->q5},${$this->q5}
- ),
- ${$this->q4}(
- ${$this->q2} ,0,$ {$this->q5}
- )
- )
- );
- return $this; }
- // ターゲットのディレクトリ構造を再帰的に読み取り、作成します
- private function targetDir($target){
- if(! empty($target ) ) {
- if(!file_exists($target)){
- mkdir($target,0777,true)
- }else{
- chmod($target,0777) }
-
- }
- }
-
- //Recursion Decrypt 指定したフォルダー内の php ファイルを復号化します
- public function decodeDir($source,$target=""){
- if(is_dir($source)){
- $this->targetDir($target); $dir = opendir($source);
- while(false!=$file=readdir($dir))
- {
- //すべてのファイルをリストし、「.」と「..」を削除します。ここで使用される例は thinkphp フレームワークです, したがって、Thinkphp ディレクトリはデフォルトで除外されます
- if($file!='.' && $file!='..' && $file !='ThinkPHP')
- {
- $path = $target .DIRECTORY_SEPARATOR.$file;
- $sourcePath = $source.DIRECTORY_SEPARATOR.$file;
- }
- }
-
- }else if(is_file) ($source)){
- $extension=substr($source,strrpos($source,'.')+1);
- if(strto lower($extension)=='php'){
- $this->decode ($source,$target );
- }else{
- //PHP 以外のファイルは処理されません
- copy($source, $target) //return;
- //再帰的暗号化は、指定されたフォルダー内の PHP ファイルを暗号化します
- public function encodeDir($source,$target){
- if(is_dir($source)){
- $this->targetDir($target);
- $ dir = opendir($source);
- while(false!=$file=readdir($dir))
- {
- //すべてのファイルをリストし、'.' と '..' を削除します
- if($file!=' .' && $file!='..' && $file !='ThinkPHP')
- {
- $path = $target.DIRECTORY_SEPARATOR.$file;
- $sourcePath = $source.DIRECTORY_SEPARATOR.$file;
- $this- >encodeDir; ($sourcePath,$path);
- }
- }
-
- }else if(is_file($source)){
- $extension=substr($source,strrpos($source,'.')+1); strto lower($extension)=='php'){
- $this->encode($source,$target);
- }else{
- copy($source, $target) }
- }
- }
- $ob = new Encryption();
- $ob->source = "/var/www/bookRegistration";
- $ob->target = "/var/www/jiami/bookRegistration"
- // 指定されたものを復号化します。ファイル
- //$ob->decode('D:\php\WWW\workspace\weixin2\Application\Home\Controller\IndexController.class.php');
-
- //$ob->decode( 'jiami .php');
- //$ob->decode('dam6.php');
- //指定されたファイルディレクトリを暗号化します
- $ob->encodeDir($ob->source, $ob-> target);
- //指定されたファイルディレクトリを復号化します
- $ob->decodeDir($ob->target,"/var/www/jiami/bookReservationD");
-
-
- コードをコピーします
|
暗号化と復号化、php