As a follow-up to the LXD article I wrote a while back, I thought I would provide an update on LXD in a production environment. First a recap of the key points from the previous article which are the focus
ionCube Encoding a Laravel Project: Function Obfuscation
Last Updated – May 2024 Obfuscation is not always a one click solution, when encoding and when working with Laravel there are a few things to consider. This post gives solutions to the issues that can arise when obfuscating within
ionCube Encoding a Laravel Project: Controllers, Models and Templates
Last Updated – July 2024 Laravel is a popular PHP framework but how do you encode a Laravel project? This post covers using the ionCube Encoder to protect a simple Laravel 5 project by encoding the Laravel controller and
Mixing unencoded and encoded files with include file protection
Last Updated – May 2024 Sometimes you will want to only encode certain files in your project. This can occur if you are using third-party publically available libraries, or if you want users to be able to edit parts
Encrypting Smarty Templates
The Encoder provides encrypting and decrypting functionality for non-PHP files. While this is not as secure as encoding, it allows you to provide some protection to files which cannot be encoded. Smarty templates are one such example of non-PHP files