Next Previous Contents

15. Code Protection - Encoding Source Code

If you want to distribute your PHP source code to your clients, you may want to encode it to protect your code so that it cannot be viewed by the users. Use encoding to hide password, encode scripts etc. Many enterprises require securing the source code as a pre-condition for release process.

Use one of the following Encoding tools:


Next Previous Contents