how can i encrypte the code in my scripts?

Discussion in 'PHP' started by coderman, Jun 21, 2009.

  1. #1
    hi all
    I do want to encrypt the code for my software
    So the way I want, especially because the encryption Encryption programs are currently set to break encrypted Easy Is there a distinct method of encryption to do so.
    I discussed a lot about this and found that the use of encryption algorithms is very important to the work of a special method of encryption such as RSA encryption algorithm, but I can not apply the code in the process of encryption software Are there lessons or an explanation of this topic
     
    coderman, Jun 21, 2009 IP
  2. coderman

    coderman Guest

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i want any methods for encryption the source code of php files example enccryption by zend or ioncope
    i want any special methode for that or how can i use the algorithms in the encryption like RSA algorithm
     
    coderman, Jun 21, 2009 IP
  3. riya_senk

    riya_senk Well-Known Member

    Messages:
    2,013
    Likes Received:
    174
    Best Answers:
    0
    Trophy Points:
    160
    #3
    Well Ioncube is the best solution so far, It isn't fully secure, however you can avoid it to be done by n00bs. You will fine many dezender software available publicly but there isn't any for ioncube. So, I would suggest, go for ioncube (or may be combination of base64 + ioncube and zend ? )
     
    riya_senk, Jun 21, 2009 IP
  4. buldozerceto

    buldozerceto Active Member

    Messages:
    1,137
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    88
    #4
    Zend encoder is also very good encryption software.
     
    buldozerceto, Jun 21, 2009 IP
  5. satusaja

    satusaja Active Member

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #5
    i have tried zend encoder, but not the ioncube. another cheaper but good solution would be sourceguardian.
     
    satusaja, Jun 21, 2009 IP
  6. coderman

    coderman Guest

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    ok
    how can i use base64+md5+any encryption program
    that is well encryption for the code in php files
    if that is good
    can somebody give me any links about encryption by base64 and md5
     
    coderman, Jun 21, 2009 IP