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!
A:
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.
Christopher Morley
2009-04-19 06:09:09
+7
A:
Duplicate of the following previously discussed questions on SO:
http://stackoverflow.com/questions/232736/code-obfuscator-for-php
MaxVT
2009-04-19 06:13:42
+3
A:
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:
- PHP's APC (PECL page)
- RoadSend
- Turck-mmcache
- eAccelerator
- PHP-Accelerator
- SourceGuardian
- NuSphere Nu-coder
- Gridinsoft
- IonCube SA-Encoder.php
Another thread on SO that adds a few more (check it out):
SamGoody
2009-04-19 06:36:39
.......lolumad?
Longpoke
2010-07-03 20:28:27