Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Encrpytion of configure.php


dark_tyrant

Recommended Posts

Posted

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?

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...