Re: Seeing encrypted code in php



Bacchus wrote:
I have some files with encrypted code.
I am trying to edit the pages and believe
the encrypted portion has some code I need to edit.

Is there a way to print out the code to see the
raw code without the encryption or any other way to
view the code??

It depends on the way it's coded.
If it's coded with IonCube encoder, then it's not possible to
convert it back to PHP. You should contact original developer of the
code and ask him to change it or you could write your own code (or ask
someone to) that would suit your needs.

ionCube 'compiles' PHP scripts to intermediate state (called 'opcode')
and then encrypts it. There is no easy way to revert the process.

best regards
Piotr N
.



Relevant Pages

  • Re: Seeing encrypted code in php
    ... the encrypted portion has some code I need to edit. ... raw code without the encryption or any other way to ... we're here to protect you!" ...
    (comp.lang.php)
  • DVD reading, beginners query
    ... iMovie and edit it. ... encryption, copy protection, locale limiting, or any of that horeshit. ...
    (comp.sys.mac.misc)
  • Re: Seeing encrypted code in php
    ... the encrypted portion has some code I need to edit. ... raw code without the encryption or any other way to ... found the PHP source code reflected the quality of the encryption ...
    (comp.lang.php)
  • Re: Seeing encrypted code in php
    ... the encrypted portion has some code I need to edit. ... raw code without the encryption or any other way to ... Open Office isn't just for wimps anymore; ...
    (comp.lang.php)
  • Re: Creating an online shopping site
    ... encrypted, there is the possibility (again, I have no reason to ... suspect that it is the actual case) that the code contains a routine ... to send CC or PayPal details back to the supplier of the PHP scripts. ... The answer to my question is simple: decode the "encryption", ...
    (uk.net.web.authoring)