PHP Obfuscator for use with code ignition code

I am looking for an obfuctor for my PHP code, the code I am trying to perfect uses the frameworkignign framework. The obfuscators I've tried don't seem to be able to do this. Any suggestions were greatly appreciated!

+2


source to share


4 answers


SD PHP Thicket Obfuscator reliably obfuscates PHP systems.



Many people try to use obfuscators thinking that they are taking zero effort to tune. You must configure them correctly for your system. In particular, you need to make sure that any characters that should be seen outside of the obfuscated code are not obfuscated. If you don't, no obfuscator will work for you. It's actually not that hard if you use the help that Thicket's obfuscator offers in finding such problems. Other obfuscators may offer similar help. YMMV.

+1


source


I recently searched for PHC . From what I understand it is noobish at this point, you can use it to write in C, compile it and then use the executable. It looks like it might be useful and fast (?). It also allows you to do many other things, such as writing and reading XML while compiling web applications.

Sure - the Codeigniter PHC plugin may need to be developed by someone (chin scratches).



Please let me know if it works for me!

+1


source


Have you tried ionCube PHP Encoder ? It should obfuscate any PHP file, so there is no reason not to work with codeigniter (since codeigniter is pure PHP)

0


source


All obfutikators there are all independent of the structure used. They sit between php and the web server, they don't know anything about your code.

0


source







All Articles