Home > PHP, Programming, Security > Encrypting Of 2 Wp Plugins

Encrypting Of 2 Wp Plugins

November 15th, 2009

We need 2 Wordpress Plugins (containing 1 PHP file) encrypted so that the source code cannot be viewed, copied or modified – using Ioncube and Zend (i.e. we require 2 versions of each plugin – one zend encrypted and one ioncube encrypted). The plugins must then work as they would unencrypted.

Basically there is only 2 PHP file to encrypt and we need both ZEND and IONCUBE versions for each. (4 encrypted files in total)

This should be a VERY simple job for someone who has experience in this area.


Encrypting Of 2 Wp Plugins