News Feed
Jobs Feed
Sections




News Archive
PerishablePress.com:
Encoding & Decoding PHP Code
June 08, 2012 @ 10:56:26

On the PerishablePress.com site there's a recent article showing you how to encode your PHP project's code (though some of the methods are more obfuscation than actual encryption).

There are many ways to encode and decode PHP code. From the perspective of site security, there are three PHP functions - str_rot13(), base64_encode(), and gzinflate - that are frequently used to obfuscate malicious strings of PHP code. For those involved in the securing of websites, understanding how these functions are used to encode and decode encrypted chunks of PHP data is critical to accurate monitoring and expedient attack recovery.

They show examples of several methods of encoding/obfuscation of the code including rot13, base64, gzinflate/gzdeflate and links to some other resources.

0 comments voice your opinion now!
encoding source obfuscate tutorial


blog comments powered by Disqus

Similar Posts

JellyandCustard.com: Regular Expressions in PHP

Jani Hartikainen's Blog: What is a null object, and when are they useful?

Community News: Latest PEAR Releases for 04.19.2010

NETTUTS.com: Build a Social Network Using Joomla!

DevShed: Application Framework Components: Login/Logout


Community Events











Don't see your event here?
Let us know!


series code language podcast example development interview introduction functional release framework conference tool testing object composer opinion community unittest zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework