dark_tyrant Posted July 25, 2008 Posted July 25, 2008 I searched through the Contributions, but none of them really deal with the encryption of the PHP source files. Does anyone have a link to a contribution that I couldn't find? If I need to make one, what are the better methods of doing this without Base64?
dark_tyrant Posted July 27, 2008 Author Posted July 27, 2008 After some research and replies on another thread, I was able to write a script using mcrypt which can encrypt and decrypt PHP source files. The only problem is how most hosts already have access to the information within configure.php without reading it which defeats the purpose of encrypting it. The following thread contains the replies I received. I appreciate the information. Encrypting the source code I am looking for a way to encode PHP source files into binary form. Anyone know of an open source solution that can do this? For reference, both Ion Cube and Zend use this method of encoding.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.