Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
illuusio authored Jan 18, 2018
1 parent bc5a2e7 commit f22a9e2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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.

Extension have been tested with PHP versions 5.6 - 7.2.

## Please notice
As [upstream project](htps://pecl.php.net/package/BLENC) seems to be stalled this should
be consired as fork of it. *Current code is compatible with original BLENC*.

0 comments on commit f22a9e2

Please sign in to comment.