We do Manual obfuscation for Php Sources little information for our obfuscation: * Replaces variable, function, class, and constant names with nonsense names without affecting functionality (to our knowledge, none of the other obfuscators do all of these) o User definable list of preserved names o Predefined list of commonly-used PHP system preserved-identifiers provided o Facility to handle variable names embedded in eval'd string literals * Strips comments and whitespace o User definable comment filtering, to preserve Copyright and public interface documentation * Obfuscates an entire set of files in one step, consistently, without breaking the source code * Absolutely no changes required to your source code (exception: "eval()" requires slight changes) * No changes needed to the customer's PHP compilation or execution procedures or environment; he can run what he has now. No need for optimizers or other complex additions. Unlike PHP "Encoders", you don't have to insist your customer or web hosting service configure his PHP server your way. * Parses entire code base for syntax. Finds errors before you release the code. * Option to neatly format PHP source and indent files according to their nesting level, to aid development before obfuscation. Will also format the HTML embedded in the PHP scripts. * Output encoding in ASCII, European ASCII (ISO-8859-1), or UNICODE (UTF8 or UTF16) * Command line and GUI interfaces * PHP4 and PHP5 versions The obfuscator use nonsense identifier names, making those names impossible to understand by themselves. No "decoder" exists or can be built to ungarble such names; a would-be thief will have to work hard and dig deeply into the obfuscated source code to even begin guessing what each identifier might have meant. Prices: Individuals: 1 File from 1-10 KB = 1 $ 1 File from 10-20 KB = 2 $ 1 File from 20-40 KB = 3 $ 1 Files from 40-60 KB = 5 $ 1 Files from 60-100 KB = 7 $ Multi files: From 1-5 Files with 1-10 KB = 4 $ From 1-5 Files with 10-20 KB = 8 $ From 1-5 Files with 20-40 KB = 12 $ From 1-5 Files with 40-60 KB = 22 $ From 1-5 Files with 60-100 KB = 32 $ for any other quote contact me
Currently many Source encrypter are decoded like sourceCop,Zend,Ioncube,PHPUnLockIt,phpIon,byterun,TrueBug but this kind of Obfuscation is to Hard for to decode! You can check and test demo files!
Hi, Can you please upload a simple encrypted file, let me check how strong you tool is..and how much will it take to break it. As per my knowledge there is nothing better than zend and ioncube. Thanks,
I've used Zend and it turns out to be the absolute most expensive option out there, too. So cheaper alternatives are always welcome, even if less secure.
Oh How secure would you qualify your encrypting method then? Less secure? More secure compared to Zend?
Ioncube is really the only safe encoding method. Yes Ioncube can be decoded in php4 but NOT in the latest version in PHP5 Your method seems good but please post what an obfuscated file of yours looks like.