PHP Classes

Base64 PHP File Encoder: Obfuscate PHP scripts encoding with base64

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 55%Total: 3,061 All time: 1,187 This week: 560Up
Version License PHP version Categories
encoder 1.0Freely Distributable4.3Code Generation
Description 

Author

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.

Picture of Arsalan Emamjomehkashan
Name: Arsalan Emamjomehkashan <contact>
Classes: 1 package by
Country: United States United States
Age: ???
All time rank: 1050149 in United States United States
Week rank: 164 Up23 in United States United States Up

Details

Coded By Arsalan Emamjomehkashan Version 1.0 Beta You can use this code anywhere you want Make sure your php file is plain php not php-html When you want to enter directories enter it like this "Test" not "/Test" nor "/Test/" After operation this will create a file named example.php.encoded and that is your encoded file

  Files folder image Files (5)  
File Role Description
Plain text file encoder.class.inc.php Class Main class
Accessible without login Plain text file example.php Example this is a simple php file that we are going to use
Accessible without login Plain text file example.php.encoded Output Result of operation
Accessible without login Plain text file form.php Appl. Run the class
Accessible without login Plain text file Readme.txt Doc. Readme file

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:3,061
This week:0
All time:1,187
This week:560Up
User Ratings User Comments (3)
 All time
Utility:68%StarStarStarStar
Consistency:78%StarStarStarStar
Documentation:68%StarStarStarStar
Examples:68%StarStarStarStar
Tests:-
Videos:-
Overall:55%StarStarStar
Rank:1885
 
has a place to be
2 years ago (pataskun)
60%StarStarStarStar
The script does not work.
15 years ago (Powernet)
2%Star
Well, i think it's a nice little script, but it's not really ...
16 years ago (tchibomann)
37%StarStar