Login   Register  
PHP Classes

Class: Base64 PHP File Encoder

Icontem
elePHPant

  Classes of Arsalan Emamjomehkashan  >  Base64 PHP File Encoder  >  Download  >  Support forum Support forum (2)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Base64 PHP File Encoder Support forum
Base name: encoder
Description: Obfuscate PHP scripts encoding with base64
Version: 1.0
Required PHP version: 4.3
License: Freely Distributable
 
  Author   Group folder image Groups   Detailed description   Freshmeat project  
  Applications   Files Files  

Author

Picture of Arsalan Emamjomehkashan
Name: Arsalan Emamjomehkashan <e-mail contact>
Published packages: 1 Browse this author's classes Browse this author's classes
Country: United States United States - PHP jobs in United States
Home page: http://arsalane.net/

Groups

Group folder image Code Generation Compilers and tools that generate code automatically View top rated classes

Detailed description

This class can be used to obfuscate PHP scripts.

It reads a PHP script file, compresses its contents with gzip library, encodes its with the base64 algorithm. Then it generates a new PHP script that decodes and uncompresses the encoded data, and uses the eval function to execute the original script code.

Freshmeat project

Project record: encoder

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file encoder.class.inc.php Class Main class
Plain text file example.php Example this is a simple php file that we are going to use
Plain text file example.php.encoded Output Result of operation
Plain text file form.php Appl. Run the class
Plain text file Readme.txt Doc. Readme file
Download all files: encoder.tar.gz encoder.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.