PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Ewg   PHP Code Encryption   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Code Encryption
Obfuscate PHP scripts by replacing variable names
Author: By
Last change: Added JSON
Date: 14 years ago
Size: 726 bytes
 

Contents

Class file image Download
<?
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"}}