For well over a decade our focus at ionCube has been on PHP security but recently with the release of ionCube24 we have been looking into different kinds of vulnerabilities. This post has a few of the interesting issues we
New Encoder Releases – 64 bit Encoder and other stuff we never told you about
It’s been a while since we announced product updates in our Blog, but we’ve not been idle, having released no fewer than 10 updates since then. Changes include UI improvements, a native port of our GUI to OS X, support
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
Customizing Error Messages
Last Updated – May 2024 The Loader is able to display information about various errors and issues related to encoded files. These are thrown in the form of a PHP error. Sometimes, you will want to customize what each error
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