tags:

views:

69

answers:

3

Which is the best way to convert the PHP code to not human readble format?

+1  A: 

Take a look at Zend Guard.

fire
A: 

You can also try using the Ioncube Encryption, but you will need to ask your server administrator to install the Ioncube library / package, if it's not already installed.

Hope it helps.

Knowledge Craving
Be warned that ioncube is pretty heavy on your customer's IT folks nerves.
ZJR
+1  A: 

This is definitely a duplicate of PHP- Best Obfuscation Tool/Script? however nobody there mentioned hiphop.

symcbean
hiphop is a PHP compiler; it's main purpose is to speed up the code. The fact that it becomes unreadable as a compiled executable is a bonus.
Spudley
No one mentioned hiphop for a reason.
Lo'oris