|
Frequently asked questions
General questions
How does PHP protector work?
PHP protector uses hashing functions to convert method and variable names. This makes it really hard to
read/understand your code, but still allows you to keep the line numbers and debug the source code, if necessary.
Is it possible to decrypt the converted function/variable names
The converted source code only contains undecipherable function/variable names.
The only way to decipher it, is to use a complete dictionary to guess the resulting conversion results.
PHP protector also allows you to use a so-called salt, making it even more difficult to decipher the code.
One would have to know the salt used in order to guess the function/variable name.
Do you use bytecode conversion of the source code?
No, we don't use bytecode conversion of your source code, only the function/variable names are altered.
If you like, you can post-process the result and add a bytecode compiler like PHP bcompile.
However, this requires your clients to install the bcompiler module in order to run the product.
What is the difference between the online demo and the full version?
The full version allows you to convert a complete PHP application easily.
It will automatically recursively read directories and convert all PHP-scripts.
You can also configure directories or file names to be skipped.
Additionally, you can define reserved variable names which shouldn't be converted.
Purchasing questions
How much does PHP protector cost?
PHP Protector costs EUR 29 per license.
How can I buy the product?
Please find more information about purchasing here.
Distribution questions
Do I have to distribute a license?
No, you don't need to distribute any license.
You simply deliver the converted PHP application and that's it.
Do I need any installed modules?
You only need the PHP 5 basic installation. There are no additional modules required.
You don't need access to php.ini or any PHP setting.
Support questions
What type of support is included with your product?
We give 6 months of email support included with the product.
You can contact us with any questions regarding our product.
Is it possible to have custom extensions of the product?
Please contact us by email to give you a quote for a custom extension of our product.
|