How Encrypt to Decrypt File

Rozer82

Registered Member
Joined
Jan 29, 2010
Messages
54
Reaction score
0
Hi All Black haters,

I want to Decrypt file from Iconcube Encypt file .
Suggest me any Idea how can I do.


Thanks ,

Rozer
 
They're out there for sure, can't remember which forum I found the stuff I use, sorry.

Just hunt around some of the hack/crack forums - you can find them for free and do work pretty good on most scripts.

ioncube and zend decoders are about - just be sure to virus check them lots!!!
even better run in a VM if you can with network disconnected

Si
 
I haven't really messed with ioncube, though with Zend you can pretty much get it to spit out the strings.. unless the php file has a check to see if the file has been modified..

You can take strings like $variable = encryptedcodestringstuffhere;

and add echo $variable;
below it..

it is useful when you only need something in 1 file..

If you need a ton of files (like decrypting a script like amember or something) then your going to want a full decrypter. I assume it would have to run in memory to decrypt ioncube?
 
They're out there for sure, can't remember which forum I found the stuff I use, sorry.

Just hunt around some of the hack/crack forums - you can find them for free and do work pretty good on most scripts.

ioncube and zend decoders are about - just be sure to virus check them lots!!!
even better run in a VM if you can with network disconnected

Si
Thanks for Advice,
 
I haven't really messed with ioncube, though with Zend you can pretty much get it to spit out the strings.. unless the php file has a check to see if the file has been modified..

You can take strings like $variable = encryptedcodestringstuffhere;

and add echo $variable;
below it..

it is useful when you only need something in 1 file..

If you need a ton of files (like decrypting a script like amember or something) then your going to want a full decrypter. I assume it would have to run in memory to decrypt ioncube?
No man , this is not a right method , btw thanks
 
Back
Top