1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What is the best PHP encoder?

Discussion in 'PHP' started by MyAlpha, Feb 12, 2021.

  1. #1
    I'm looking to purchase a PHP encoder and I was wondering if you guys could make some suggestions based on experience on what the best PHP encoder is?

    Thanks
     
    MyAlpha, Feb 12, 2021 IP
  2. Anveto

    Anveto Well-Known Member

    Messages:
    697
    Likes Received:
    40
    Best Answers:
    19
    Trophy Points:
    195
    #2
    ionCube is probably the most famous but I don't see why anyone would use it to be honest. Anyone clever enough to take your code and actually make something with it is also clever enough to decode what ionCube is able to do. Maybe not right away but given a few years definitely. I think it's an expensive way to bring more pain to users who want to make small modifications to your code and not steal it. It's up to you to ultimately decide however.
     
    Anveto, Feb 12, 2021 IP
    sarahk likes this.
  3. MyAlpha

    MyAlpha Active Member

    Messages:
    118
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    70
    #3
    With that being said is there an alternative that you would suggest?
     
    MyAlpha, Feb 12, 2021 IP
  4. Anveto

    Anveto Well-Known Member

    Messages:
    697
    Likes Received:
    40
    Best Answers:
    19
    Trophy Points:
    195
    #4
    I would recommend using a compiled language instead, if you must protect the source code from those who use it on their servers then PHP is not the most optimal. A quick Google search will give you some options but I have never used them.
     
    Anveto, Feb 12, 2021 IP
  5. JEET

    JEET Notable Member

    Messages:
    3,825
    Likes Received:
    502
    Best Answers:
    19
    Trophy Points:
    265
    #5
    PHP encoders are really waste of time only.
    I used to use ioncube long ago, and everytime I made some little modification in code, found some little bug, then had to re-encode the whole thing again and then reupload whole thing.
    Not sure if this is still how it works, but was a big troublesome thing.

    You can also use zend encoder, made by PHP people themselves.
    I think extensions to load both zend and ioncube are available in cpanel hosting, so you will not need to modify your php built.
     
    JEET, Feb 12, 2021 IP
  6. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #6
    I'm with the crowd that trying to encode PHP is a waste of time; more so it's a bit of a douchy move. One of the entire reasons to use PHP is that it's source distributed, allowing each person to make any changes they want.

    You don't want people making those types of changes, why the blazes are you using PHP and not a compiled language? Or at least a bytecode / p-code distributed one...
     
    deathshadow, Feb 14, 2021 IP
    Anveto likes this.
  7. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #7
    Another vote for "don't bother"

    One of the key bits of advice given to anyone sourcing code is that they should be able to read it and get the gist of what it's trying to do. Things like being able to tell that it's not calling another website, running exec() etc. That doesn't mean you could write it yourself, but you can tell that it's honest.

    Therefore you don't download encrypted code because it could be doing anything.

    So your code will be dumped by anyone following that advice.
     
    sarahk, Feb 14, 2021 IP
  8. usaukclassifieds

    usaukclassifieds Well-Known Member

    Messages:
    152
    Likes Received:
    10
    Best Answers:
    1
    Trophy Points:
    163
    #8
    Top 5: Best Open Source PHP Code Obfuscator Libraries
    • Eccenux POBS.
    • PHP Compactor.
    • Yakpro PO.
    • pH-7 Obfuscator.
    • PHP Obfuscator by Naneu.
     
    usaukclassifieds, Feb 16, 2021 IP
  9. malky66

    malky66 Acclaimed Member

    Messages:
    3,996
    Likes Received:
    2,248
    Best Answers:
    88
    Trophy Points:
    515
    #9
    Why are these the best, have you tried them all?
     
    malky66, Feb 16, 2021 IP
  10. DollarMe

    DollarMe Greenhorn

    Messages:
    13
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    11
    #10
    I heard PHPGuarder is pretty good
     
    DollarMe, Feb 21, 2021 IP