Are there any free php source obfuscation tools? Thanks
Obfuscation
Collapse
This topic is closed.
X
X
-
BNTags: None -
Dikkie Dik
Re: Obfuscation
BN wrote:[color=blue]
> Are there any free php source obfuscation tools? Thanks[/color]
The only one I now of is a very old DOS application that was used to
obfuscate AutoLISP programs. It was called a kelvinator back then.
(You can download it at
for instance)
It searches for identifiers and replaces any non-defined one with a new
generated one. It also removes all spaces. It was acing on such a
general scale that it shoud work for PHP also.
Best regards
-
felixp7@yahoo.com
Re: Obfuscation
I found one some time ago: http://pobs.mywalhalla.net/
Never got around to try it, though. If you do, please
post some feedback.
Felix
Comment
-
Justin Koivisto
Re: Obfuscation
BN wrote:[color=blue]
> Are there any free php source obfuscation tools? Thanks[/color]
There are a few out there, just use Google...
Download FreeLock (discontinued) for free. ***I HAVE DISCOUNTINUED WORK ON THIS PROJECT, AS A SCRIPT BASED PHP ENCODER IS EASILY OVERCOME WITH THE PHP SOURCE CODE AND SOME SIMPLE MODIFICATIONS --- FEEL FREE TO USE THE SOURCE FOR WHATEVER YOU'D LIKE, BUT PLEASE DO NOT CONTACT ME FOR SUPPORT ON IT
Commercial:
ionCube PHP Encoder 15 - Protect and encode PHP with encryption keys, obfuscation and code licensing. Set IP, domain and MAC restricted licenses.
SourceGuardian PHP Encoder is a leading php encoding, encryption, obfuscating and licensing software package designed to protect your PHP scripts
Perforce, a software company, offers a wide range of enterprise DevOps solution across the software development lifecycle.
--
Justin Koivisto, ZCE - justin@koivi.co m
Comment
-
Ira Baxter
Re: Obfuscation
"Justin Koivisto" <justin@koivi.c om> wrote in message
news:lMmdnTbqbf c44NveRVn-qQ@onvoy.com...[color=blue]
> BN wrote:[color=green]
> > Are there any free php source obfuscation tools? Thanks[/color]
>
> There are a few out there, just use Google...
>
> http://turck-mmcache.sourceforge.net/index_old.html
> http://freelock.sourceforge.net/
>
> Commercial:
> http://www.ioncube.com/
> http://www.sourceguardian.com/
> http://www.zend.com/store/products/zend-encoder.php
>[/color]
-- IDB
Comment
Comment