Protect Your Code ?

Discussion in 'PHP' started by blu3w4ll, Apr 23, 2008.

  1. #1
    Is there any chance to enctypt or protect you PHP code from ppl who wanna steal them and create a clone ?

    I have simple small PHP script that i want to protect..Is there any (free) way to protect it with some software or something similar ?

    Thanks
     
    blu3w4ll, Apr 23, 2008 IP
  2. ToddMicheau

    ToddMicheau Active Member

    Messages:
    183
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #2
    You mean to say you want to encrypt your PHP files? Check out the Zend framework - http://www.zend.com/en/, it encrypts the actual code, and decrypts realtime.

    Otherwise there isn't anything you can really do about script cloning, as long as someone can figure out how it works he can code it himself. . .
     
    ToddMicheau, Apr 23, 2008 IP