| 
<?
require 'encryption.class.php';
 
 $file = 'encryption.class.php';
 $new_file = '1.php';
 
 $enc = new Encryption ();
 $enc->parse ($file)->codeit ($new_file);
 
 echo $enc->vars; // If You want decode file save this a string
 // echo: {"encryption.class.php":{"Encryption":"vc___f","$content":"$ww_____________p","$content_source":"$hj_____________r","$vars":"$kc_________v","$chains":"$kl_______w","$forbidden":"$pi_____r","$abc":"$qn_______r","$file_source":"$gf____________o","$key":"$mb_____________t","$value":"$be_________v","$chain":"$bz___v","$chainid":"$to___l","$i":"$no_________c","$end":"$yt_____________t","$id":"$ux______b","$type":"$xe_______________n","$file":"$aw________t","$temp":"$et______________r"}}
 |