PHP Classes

PHP Code Encryption: Obfuscate PHP scripts by replacing variable names

Recommend this page to a friend!
  Info   View files Example   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 46%Total: 1,263 This week: 1All time: 3,034 This week: 560Up
Version License PHP version Categories
php-encryption 1.0Free for non-comm...5.0PHP 5, Tools, Code Generation
Description 

Author

This class can be used to Obfuscate PHP scripts by replacing variable names.

It can parse a given PHP script and replace the names of the variables it uses with more obfuscated names.

The new names of the replaced variables can be retrieved by looking at a variable of the class.

Picture of Ewg
Name: Ewg <contact>
Classes: 4 packages by
Country: Russian Federation Russian Federation
Age: ???
All time rank: 80329 in Russian Federation Russian Federation
Week rank: 416 Up24 in Russian Federation Russian Federation Up

Recommendations

What is the best PHP encrypt decrypt classes class?
Secure Encryption and Decryption of classes

Example

<?
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"}}


  Files folder image Files  
File Role Description
Accessible without login Plain text file 1.php Output Result of usage
Accessible without login Plain text file encryption.class.php Class Class source
Accessible without login Plain text file example.php Example Example script

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,263
This week:1
All time:3,034
This week:560Up
 User Ratings  
 
 All time
Utility:66%StarStarStarStar
Consistency:66%StarStarStarStar
Documentation:-
Examples:66%StarStarStarStar
Tests:-
Videos:-
Overall:46%StarStarStar
Rank:3139