Re: Seeing encrypted code in php
- From: Piotr <spam@xxxxxxxxxxxxxx>
- Date: Mon, 28 Apr 2008 23:41:39 +0200
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
.
- References:
- Seeing encrypted code in php
- From: Bacchus
- Seeing encrypted code in php
- Prev by Date: Re: not seeing single quotes and double quotes in php. Appear as ? instead.
- Next by Date: Re: PHP within shtml?
- Previous by thread: Re: Seeing encrypted code in php
- Next by thread: Re: Seeing encrypted code in php
- Index(es):
Relevant Pages
|