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

PHPMaster.com: Baking Cookies in PHP

Community News: Packagist Latest Releases for 04.16.2013

ZendCasts.com: Transparent Logging with Zend_Log

Developer.com: Creating RSS Feeds with the Zend Framework for Fun and Profit

Refulz Blog: Yii Framework - Scenarios for Conditional Multiple Validation Rules


Community Events









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


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

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