Duplicate:

YUI -like compressor for PHP?

What is the best PHP code encryptor?

The original question was edited and changed in its sense!!! I am looking for a source encrypting software and I want to know your opinion!!! I am not looking for a obfuscator, not a YUI-like-compressor!

link|improve this question

38% accept rate
Clarification needed, please: are you looking for a PHP encryption library, or a PHP source obfuscator? – William Brendel Mar 30 '09 at 18:12
I give it up! I just thought, my question was clear enough! I do have some applications in mind. All I wanted to hear, Opinions and Suggestions! Regards TS. – Tom Schaefer Mar 30 '09 at 19:32
feedback

closed as not a real question by bmargulies, genesis, Robert Harvey Sep 10 '11 at 23:06

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

3 Answers

There is a product called PHP Encoder by ionCube which is enterprise grade compression and obfuscater.

PHP Encoder is a PHP extension to create and run compiled bytecodes for accelerated runtime performance and maximum security.

It will shrink the file size, and speed up runtime because the code is already partially compiled.

link|improve this answer
I tested it. It is one of my favourites. Thanks. – Tom Schaefer Mar 30 '09 at 18:29
feedback

check out bcompiler, it's available at pecl.php.net and is free

http://pecl.php.net/package/bcompiler

link|improve this answer
I test it. It is to buggy and it can't handle magic methods well enough. But Thanks! – Tom Schaefer Mar 30 '09 at 18:28
feedback

The best one is the one that you can use, is secure, and does what you need.

Without more information, I can't give any more advice. Are you looking for something to store code securely? Maybe you should look at something like TrueCrypt for that. If you're trying to encrypt/decrypt data via php, there's libraries for that. Without more information on what you're trying to do, you're not going to get a lot of answers.

link|improve this answer
I want to crypt a whole library with this encrypting software! – Tom Schaefer Mar 30 '09 at 18:31
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.