Re: Seeing encrypted code in php
- From: "C. (http://symcbean.blogspot.com/)" <colin.mckinnon@xxxxxxxxx>
- Date: Tue, 29 Apr 2008 05:44:14 -0700 (PDT)
On 29 Apr, 01:11, "Twayne" <nob...@xxxxxxxxxxxxxxxxxxx> 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??
thanks
Unencrypt it. But unless you encrypted it, you're not likelyh to be
able to. That's why it's encrypted; duhh!
--
Regards,
A client asked me to install some code he had purchased - I said I
would if it met our security guidelines after a code examinition at £1/
source line. He agreed. The code arrived - it was encrypted - which
meant ti immediately failed. But it included the PHP decryptor:
eval(str_rot13(base64_decode("................
Once our 1337 team of uber-hackers (;) reverse-engineered this we
found the PHP source code reflected the quality of the encryption
algorithm.
But like Piotr said - if the encryption has been done properly then
its not worth the effort.
C.
.
- References:
- Seeing encrypted code in php
- From: Bacchus
- Re: Seeing encrypted code in php
- From: Twayne
- Seeing encrypted code in php
- Prev by Date: Re: SESSION error -> Your script possibly relies on a session side-effect which existed until PHP 4.2.3.
- Next by Date: Re: SESSION error -> Your script possibly relies on a session side-effect which existed until PHP 4.2.3.
- Previous by thread: Re: Seeing encrypted code in php
- Next by thread: not seeing single quotes and double quotes in php. Appear as ? instead.
- Index(es):
Relevant Pages
|