BLENC

BLowfish ENCryption for PHP Scripts


BLENC is an extension that permit to protect PHP source scripts with Blowfish Encription.
BLENC hooks into the Zend Engine, allowing for transparent execution of PHP scripts previously encoded with BLENC.
It is not designed for complete security (it is still possible to disassemble the script into op codes using a package such as XDebug), however it does keep people out of your code and make reverse engineering difficult.

License: PHP

This package is not maintained, if you would like to take over please go to this page.

Latest releases

Version Release Download
1.1.4b 2014-04-27 blenc-1.1.4b.tgz
1.1.3b 2013-10-03 blenc-1.1.3b.tgz
1.1.2b 2013-06-12 blenc-1.1.2b.tgz
1.1.1b 2013-05-31 blenc-1.1.1b.tgz
1.1.0b 2013-05-30 blenc-1.1.0b.tgz
Show all releases

Changelog

Version Message
1.1.4b Upgraded to works with latest PHP version
1.1.3b New package.xml description, BLENC now display version in phpinfo.
1.1.2b New package.xml description, BLENC now display version in phpinfo.
1.1.1b Upgraded to works with latest PHP version
1.1.0b Upgraded to works with latest PHP version
Show complete changelog