PHPコードの暗号化と復号化

WBOY
WBOYオリジナル
2016-07-25 08:44:14995ブラウズ
暗号化と復号化、php
PHP コード暗号化クラス
  1. /*
  2. * @auther:wangyaofeng
  3. * @time:2014.11.6
  4. * @action: プロジェクトにフレームワーク ディレクトリがある場合に注意してください。事前に暗号化が必要なディレクトリを移動しておいてください
  5. * */
  6. class Encryption{
  7. private $c='';//Storage ciphertext
  8. private $s='',$q1,$q2,$q3 ,$q4,$ q5,$q6;//生成された暗号化されたファイルの内容を保存します
  9. //値を設定しない場合、isset は存在​​しないことを示します
  10. private $file='';//パス;ファイルを読み取ります
  11. private $source= '',$target='';
  12. //インスタンス化中にグローバル変数を初期化するために呼び出されるコンストラクター
  13. public function __construct(){
  14. //グローバル変数を初期化します
  15. $this-> InitialVar();
  16. //echo "hello n"; }
  17. /*
  18. *@input $property_name,$value
  19. *@output
  20. * 必要に応じて処理できる変数の値を設定するメソッド。 if 判定が直接削除された場合は、存在しない属性を含む任意の属性の値を設定できることを意味します
  21. */
  22. public function __set($property_name,$value){
  23. //定義された変数; (isset($this- >$property_name)){
  24. $this->$property_name = $value;
  25. }else{
  26. //必要に応じて、宣言されていない変数の割り当てを処理できます。
  27. throw new Exception("プロパティが存在しません");
  28. }
  29. }
  30. //変数の値を取得するマジックメソッド
  31. public function __get($property_name){
  32. if(isset($this->$ property_name)) {
  33. return $this->$property_name;
  34. }else{
  35. //throw new Exception("プロパティが存在しません");
  36. return NULL }
  37. }
  38. // ランダムな順序を取得します
  39. RandAbc($ length=""){//ランダムな順序で取得します
  40. $str="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
  41. return str_shuffle($str)
  42. }
  43. // プレーン テキスト コンテンツを暗号化します
  44. private function ciphertext($filename);
  45. / /$filename='index.php';
  46. $T_k1=$this->RandAbc();
  47. $vstr=file_get_contents($filename); v1=base64_encode($vstr);
  48. $c=strtr($v1,$T_k1,$T_k2);
  49. $this->c=$T_k1.$T_k2.$c; /初期化変数
  50. プライベート関数initialVar(){
  51. $this->q1="O00O0O";//base64_decode
  52. $this->q2="O0O000";//$c (strtr置換後の元の暗号文、対象文字 + 置換文字 + Base64_encode('元のコンテンツ'))
  53. $this->q3="O0OO00";//strtr
  54. $this->q4="OO0O00";//substr
  55. $this-> ; q5="OO0000";//52
  56. $this->q6="O00OO0";//urldecode 解析文字列 (n1zb/ma5vt0i28-pxuqy*6%6Crkdg9_ehcswo4+f37j)
  57. }
  58. //暗号化されたテンプレートを生成 (複雑)バージョン);
  59. プライベート関数 model(){
  60. //$c = $this->c;
  61. $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");$'.
  62. $this->q1.'=$ '.$this-> ;q6.'{3}.$'.$this->q6.'{6}.$'.$this->q6.'{33}.$'.$this->q6.'{ 30};$'.$this->q3.'=$'.$this->q6.'{33}.$'.$this->q6.'{10} .$'
  63. .$ this->q6.'{24}.$'.$this->q6.'{10}.$'.$this->q6.'{24};$'.$this->q4 .'=$'.$this->q3.'{0}.$'.$this->q6.'{18}.$'.$this->q6.' {3}.$' .$this->q3.'{0}
  64. .$'.$this->q3.'Xiaobei.$'.$this->q6.'{24};$ '.$this->q3.' q5.'=$'.$this->q6.'{7}.$'.$this->q6.'{13};$'.$this->q1 .'.=$'。 $this->q6.'{22}.$'.$this->q6.'{36}
  65. .$'.$this->q6.'{29}. ;q6.'{26}.$'.$this->q6.'{30}.$'.$this->q6.'{32}.$'.$this ->q6.'{ 35}.$'.$this->q6.'{26}.$'.$this->q6.'{30};
  66. eval($'.$this->q1.'("' .base64_encode('$'.$this->q2.'="'.$this->c.'";
  67. eval('?>'.$'.$this ->q1.'( $'.$this->q3.'($'.$this->q4.'($'.$this->q2.',$'.$this-> ;q5.'*2) ,$'.$this->q4.'($'.$this->q2.',$'.$this->q5.',$'.$this->q5.'),
  68. $'.$this->q4.'($'.$this->q2.',0,$'.$this->q5.')))); ;?>';
  69. return $this; }
  70. //暗号化されたファイルを作成する
  71. private function build($target){
  72. //$this->encodes("./index.php"); $this->model();
  73. $fpp1 = fopen($target,'w');
  74. fwrite($fpp1,$this->s) または die('書き込みは失敗しました!');
  75. fclose($fpp1);
  76. return $this; }
  77. //暗号化処理コヒーレント操作
  78. public function encode($file,$target){
  79. //$file = "index.php"; /一貫した操作は、実際には、処理後に関数を使用して自分自身に戻ることです
  80. $this->ciphertext($file)->model()->build($target);
  81. echo 'encode---- --'. $target.'-----ok
    '
  82. }
  83. //Decrypt
  84. public function decode($file,$target=''){
  85. //対象となるファイルを読み込みます復号化されました
  86. $fpp1 = file_get_contents($file);
  87. $this->decodeMode($fpp1)->build($target);
  88. echo 'decode------'.$target.'--- --ok< br/>';
  89. }
  90. //テンプレートを復号し、復号されたテキストを取得します
  91. private function decodeMode($fpp1){
  92. //それを配列にインターセプトするフラグとして eval を使用しますは暗号文内の置換された関数名、後半は暗号文です
  93. $m =explode('eval',$fpp1)
  94. //システム関数の置換部分を実行してシステム変数を取得します
  95. $varStr = substr ($m[0],strpos( $m[0],'$'));
  96. //実行後、置換されたシステム関数名を後で使用できます
  97. eval($varStr); // ciphertext
  98. if(!isset($ m[1])){
  99. return $this; }
  100. //暗号文をインターセプト {$this->q4} substr
  101. $star = strripos($m[1], '(');
  102. $end = strpos($m[1],')');
  103. $str = ${$this->q4}($m[1],$star,$end); //暗号文を復号化する {$this->q1}base64_decode
  104. $str = ${$this->q1}($str)
  105. //復号化されたコア暗号文を傍受する
  106. $evallen = strpos($str,' eval' );
  107. $str = substr($str,0,$evallen);
  108. // システム変数に値 $O0O000 が割り当てられるように、コア暗号文を実行します
  109. eval($str); // 次の段落${$this->qn} がテキスト全体で機能しないため、カプセル化できません
  110. $this->s = ${$this->q1}(
  111. ${$this->q3}(
  112. ${$this ->q4}(
  113. ${$this->q2},${$this->q5}*2
  114. )、
  115. ${$this->q4}(
  116. ${$これ->q2},${$this->q5},${$this->q5}
  117. ),
  118. ${$this->q4}(
  119. ${$this->q2} ,0,$ {$this->q5}
  120. )
  121. )
  122. );
  123. return $this; }
  124. // ターゲットのディレクトリ構造を再帰的に読み取り、作成します
  125. private function targetDir($target){
  126. if(! empty($target ) ) {
  127. if(!file_exists($target)){
  128. mkdir($target,0777,true)
  129. }else{
  130. chmod($target,0777) }
  131. }
  132. }
  133. //Recursion Decrypt 指定したフォルダー内の php ファイルを復号化します
  134. public function decodeDir($source,$target=""){
  135. if(is_dir($source)){
  136. $this->targetDir($target); $dir = opendir($source);
  137. while(false!=$file=readdir($dir))
  138. {
  139. //すべてのファイルをリストし、「.」と「..」を削除します。ここで使用される例は thinkphp フレームワークです, したがって、Thinkphp ディレクトリはデフォルトで除外されます
  140. if($file!='.' && $file!='..' && $file !='ThinkPHP')
  141. {
  142. $path = $target .DIRECTORY_SEPARATOR.$file;
  143. $sourcePath = $source.DIRECTORY_SEPARATOR.$file;
  144. }
  145. }
  146. }else if(is_file) ($source)){
  147. $extension=substr($source,strrpos($source,'.')+1);
  148. if(strto lower($extension)=='php'){
  149. $this->decode ($source,$target );
  150. }else{
  151. //PHP 以外のファイルは処理されません
  152. copy($source, $target) //return;
  153. //再帰的暗号化は、指定されたフォルダー内の PHP ファイルを暗号化します
  154. public function encodeDir($source,$target){
  155. if(is_dir($source)){
  156. $this->targetDir($target);
  157. $ dir = opendir($source);
  158. while(false!=$file=readdir($dir))
  159. {
  160. //すべてのファイルをリストし、'.' と '..' を削除します
  161. if($file!=' .' && $file!='..' && $file !='ThinkPHP')
  162. {
  163. $path = $target.DIRECTORY_SEPARATOR.$file;
  164. $sourcePath = $source.DIRECTORY_SEPARATOR.$file;
  165. $this- >encodeDir; ($sourcePath,$path);
  166. }
  167. }
  168. }else if(is_file($source)){
  169. $extension=substr($source,strrpos($source,'.')+1); strto lower($extension)=='php'){
  170. $this->encode($source,$target);
  171. }else{
  172. copy($source, $target) }
  173. }
  174. }
  175. $ob = new Encryption();
  176. $ob->source = "/var/www/bookRegistration";
  177. $ob->target = "/var/www/jiami/bookRegistration"
  178. // 指定されたものを復号化します。ファイル
  179. //$ob->decode('D:\php\WWW\workspace\weixin2\Application\Home\Controller\IndexController.class.php');
  180. //$ob->decode( 'jiami .php');
  181. //$ob->decode('dam6.php');
  182. //指定されたファイルディレクトリを暗号化します
  183. $ob->encodeDir($ob->source, $ob-> target);
  184. //指定されたファイルディレクトリを復号化します
  185. $ob->decodeDir($ob->target,"/var/www/jiami/bookReservationD");
  186. コードをコピーします


声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。