Hi all, I create a software using php. Now need to sale this software .So, I need to encrypt my code that nobody can view my source code. can anybody help me to do: 1. Encrypt my PHP code but software functioning will remaining same. 2. Also I need to bind the software for a particular authorized pc & it will not run any other pc except my authentication. How can I do that? encrypt using LAN MAC address? or any other idea? pls help!
|
|
|
|
|
|
|
Duplicate of the following previously discussed questions on SO: http://stackoverflow.com/questions/232736/code-obfuscator-for-php |
||
|
|
|
|
SourceGuardian will do what you want. |
||
|
|
|
|
Why do not you use ionCube or Zend Guard? |
||
|
|
|
|
I put together the following list a ways back - don't know if they are all current, or how many are now free, but you should find something useful here: About: Software:
Another thread on SO that adds a few more (check it out): |
|||
|
|
|
|
What you may be looking for is not cryptography per se, but rather obfuscation. If you Google for "php obfuscate", many choices show up. The first one is from Raizlabs. |
||
|
|
