Solace Script Maze is meant to protect PHP scripts from being stolen or modified.
It uses only native PHP functions, so no additional extensions are required to execute protected scripts, thus also support PHP 5.
The user can define the protection strength, decode password, compression, client and server IP bindings and expiration date, measure decoding time.
Protected scripts use code morphing to prevent automatic decoding. CRC based integrity checking is used to detect possible hack attempts.
Optionally, it supports Turck MM Cache Encoder for additional irreversible encoding.
Users can develop their own protection procedures for unique encoding, making universal decoding almost impossible.
|
Name: |
Solace script maze |
Base name: |
scriptmaze |
Description: |
PHP source code protection based only on PHP code |
Version: |
1.0.0 |
PHP version: |
- |
License: |
Free for non-commercial use |
|
|
July 2004
Winner
Prize: One copy of the Zend Studio |
PHP is obviously an Open Source project. Usually, its applications are also distributed with Open Source licenses, granting everybody access to their PHP source code.
However, some PHP application authors have the need to protect their source code, either to protect their intellectual property and not let others taking advantage of it for free, or to make it more viable to sell copies of commercial versions of their projects, or even for security purposes making it more difficult for unauthorized people to obtain ilicit access to the applications source code.
There are some free and commercial solutions for protecting PHP source code. However, most of these solutions require external PHP extensions to execute the protected code.
This class provides a solution that only requires PHP code to protect and execute PHP code.
Manuel Lemos |
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|