Decrypt my PHP file

Status
Not open for further replies.

trecords

Junior Member
Joined
Oct 5, 2008
Messages
101
Reaction score
90
Hi,

I have one page of PHP file which is encoded with ioncube. I have encoded ioncube by myself but i still see there are some other PHP encryption is used :S so i don`t know which type of code is it and i want it decrypted. It is seems like php code with many functions, PM me for to get file and let me know your quote for decryption of this file.

Thanks.
 
You can't decrypt a file. The encryption process is destructive, like so many compression methods.
I'm sorry but there's nothing to do.
 
You can't decrypt a file. The encryption process is destructive, like so many compression methods.
I'm sorry but there's nothing to do.

Duhhhh. This is utterly wrong. Of course it 's decryptable.

What Ioncube does is it translates the source code to its own internal set of opcodes instead on the normal one to do the code execution. The process is naturally reversible - of course you won't get the original variable names, but the flow and functionality will be there.

Compression methods are of 2 varieties. Lossy and lossless. Lossy can't be reversed, lossless can. A code encryption can't be "lossy" in terms of functionality because it wouldn't guarantee the proper execution.
 
Decoding a program without variables and functions names it's something somewhat destructive. It's obvious it doesn't destroy funcionality. If he asked the question, I supposed he need an usable PHP code in output.
Give him the solution...
 
Decoding a program without variables and functions names it's something somewhat destructive. It's obvious it doesn't destroy funcionality. If he asked the question, I supposed he need an usable PHP code in output.

Of course it 's usable and you admitted it by saying the functionality is not destroyed. Tada.

Give him the solution...

The solution is that it can be decrypted. There's people with the know how and the tools that offer such services. But if he follows your ignorant advice, he won't be able to reach his goal.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top