How to encrypt php source code for my theme?

Discussion in 'PHP' started by thedesigns, Feb 22, 2012.

  1. #1
    I have created theme for wordpress. i want give my theme to my friends, but i don't want my theme edited by them. So, i need my php code encrypted for my theme. Any idea?
     
    thedesigns, Feb 22, 2012 IP
  2. Lee Stevens

    Lee Stevens Active Member

    Messages:
    148
    Likes Received:
    3
    Best Answers:
    2
    Trophy Points:
    68
  3. thedesigns

    thedesigns Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thedesigns, Feb 22, 2012 IP
  4. Lee Stevens

    Lee Stevens Active Member

    Messages:
    148
    Likes Received:
    3
    Best Answers:
    2
    Trophy Points:
    68
    #4
    Your welcome, i don't think it'll be that secure but if it's just friends and they don't no much programming you'll be fine, a lot of encryption tools you have to pay for :(
     
    Lee Stevens, Feb 22, 2012 IP
  5. mfscripts

    mfscripts Banned

    Messages:
    319
    Likes Received:
    4
    Best Answers:
    8
    Trophy Points:
    90
    Digital Goods:
    3
    #5
    Try SourceCop, still reversible (just!) but doesn't need any special server software other than PHP.

    For more secure encoding look into source guardian or zend guard but these will require additional 'decoding' software on the server.
     
    mfscripts, Feb 24, 2012 IP
  6. Ambler

    Ambler Active Member

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    Digital Goods:
    1
    #6
    All php protections are already hacked. Zend is reversible even easier then SourceCop. IonCube is harder to break, but still. If you just need protection from friends then use something free or the cheapest you can find like php lockit.
     
    Ambler, Feb 24, 2012 IP
  7. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #7
    All of them are reversible (they have to be or the PHP parser couldn't read the code) but most of them are a lot harder to break than base64 encoding.
     
    Rukbat, Feb 25, 2012 IP