I have a php file. I just want to protect a few line in it. So I need to encrypt file but I still want it works like a normal php file. Which software/tool should I use now? Can you give me an advice.
I want something like this
<?php
...
normal code
...
encrypted code (Dfhjkllasjdoasd)
...
normal code
?>
Thank you