The PHTML Encoder (formerly-PHP Encoder) allows encoding of PHP scripts
before distributing them. The script code logic is preserved while using
cryptography to hide your logic from prying eyes. It is possible to lock
encoded scripts to a predefined machine (Web server) via machine ID so your
scripts will work only on this machine. (in Programming)