Protect PHP script

Discussion in 'PHP' started by picobello, Aug 2, 2007.

  1. #1
    What is the best encoder/obfuscator not requiring any binaries on server side to decode?
     
    picobello, Aug 2, 2007 IP
  2. eiso

    eiso Peon

    Messages:
    583
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Without any serverside binaries all php encryptors can be easily decrypted - with serverside binaries I personally use Ioncube Encoder and am very enthausiastic about it.
     
    eiso, Aug 2, 2007 IP
  3. picobello

    picobello Well-Known Member

    Messages:
    572
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    110
    #3
    Thanks Eiso,

    But not all providers do support Ioncube decoding right?
     
    picobello, Aug 2, 2007 IP
  4. exodus

    exodus Well-Known Member

    Messages:
    1,900
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    165
    #4
    I often use IonCube. I like the online encoder that I can encode single files for 10 cents each. So, you can protect one or two files with the most important portion of code in it and give out the rest of the files unprotected. I usually like to do that when I have a single domain license type of script. I protect the index and functions. The index holds the domain check and the functions holds most of the routines that are required for the script. That way the template system is untouched and it can be templated easier by the end user.
     
    exodus, Aug 2, 2007 IP
  5. Chris Blood

    Chris Blood Peon

    Messages:
    1,487
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #5
    ioncube is the best
     
    Chris Blood, Aug 2, 2007 IP
  6. TwistMyArm

    TwistMyArm Peon

    Messages:
    931
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #6
    If you want no server side requirements, as eiso said, 'encrypters' are crap. If you want no server side requirements, I believe that obfuscators are the better option...
     
    TwistMyArm, Aug 2, 2007 IP
  7. picobello

    picobello Well-Known Member

    Messages:
    572
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    110
    #7
    Is there any good obfuscators then?
     
    picobello, Aug 2, 2007 IP
  8. Chris Blood

    Chris Blood Peon

    Messages:
    1,487
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I use Ioncube too. If you wanna protect scripts you should alos use a licensing system like PHP Audit. Oh and you say your looking for Obfuscators, try looking in Tiwstmyarm's signature, lol
     
    Chris Blood, Aug 2, 2007 IP