Protect source
Moderator: General Moderators
Protect source
I'm looking for a way to obfuscate the source of a project I'm developing, and also to lock the script to a specified domain. I was thinking of using $_SERVER['HTTP_HOST'] somehow, but I'm not sure how I'd make it work. Does anyone have any suggestions?
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
All of the obfuscation systems available have been broken that I'm aware of. The same goes for the opcode generation tools too. So at best, it's a thin veil of security.
As for locking it to a domain, if someone decodes the obfuscation/opcode, it's easily removed. I'd suggest you spend more time on a good license and contract then trying to hide the internals.
As for locking it to a domain, if someone decodes the obfuscation/opcode, it's easily removed. I'd suggest you spend more time on a good license and contract then trying to hide the internals.
- da404lewzer
- Forum Newbie
- Posts: 8
- Joined: Fri Jan 26, 2007 1:00 pm