![]() |
| Sponsored Links (We share ad revenue): |
|
|
Re: non Open (Closed) Source PHP? |
|
Ultra Talker
Latest Blog Post:
Web Development Business Tips Posts: 366
|
Google obfuscation.
|
|
|
|
|
|
Re: non Open (Closed) Source PHP? | |
|
Fetchez la vache!
Latest Blog Post:
Pretty pretty please…. Posts: 1,686
Name: Thierry
Location: In the void
|
It may not be what you think of.
PHP is a scripted language. It means that every time a request is done to a php page, the php engine reads the source, translate it in "computer language", runs it and produces an output. What those obfuscator/encrypter are doing, is that they eliminate the step to translate the source code into "computer language" and they usually encrypt it too with a password (defined when you generate the "encrypted" file), to allow some peoples who knows that password to re-create the original source file and modify it. What it does not, is to prevent peoples to look at the source code of your generated page, and copy it. It does not protect your code on the browser side, but only on the server side. The 2 most known solutions are ° Zend guard [ http://www.zend.com/en/products/guard/ ] ° Ion cube encoder [ http://www.ioncube.com/sa_encoder.php ] I never used Zend guard, but 1 enterprise I worked for used Ion cube, and it was a really great product. It goes further than simply preventing modifications: Quote:
__________________
Listen to the ducky: "This is awesome!!!" Last edited by tripy : 03-28-2008 at 03:12 PM. |
|
|
|
|
|
|
Re: non Open (Closed) Source PHP? |
|
Full-Time TeraTasker
Posts: 613
Name: Jeremy Miller
Location: Reno, NV
|
There's also Source Guardian, but I like ION Cube.
BTW: Obfuscation simply means hiding or making non-obvious. It doesn't convert it into machine code or anything like that.
__________________
Jeremy Miller - TeraTask Technologies, LLC Content Farmer - Automated Posting for Content & Blog Sites |
|
|
|
| Sponsored Links (We share ad revenue): |
| Thread Tools | |
|
|
| Webmaster Resources Marketplace: |
| Software Development Company | Webhosting.UK.com |
| Web Templates | Text Link Brokers | Stock Photos |