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
|