decrypting php

eddyman1us

Junior Member
Joined
Jan 31, 2008
Messages
121
Reaction score
8
Hey guys I was looking for some help on decrypting php ,
I have the php files but its all numbers and letters , any suggestions ?
 
Do you know if it's ioncube encryption or not?

If so, don't bother, I have never found a ioncube decryptor that has a 50%+ success rate in over 2 years.
 
Ioncube decoding is hard but some peoples are able to do, If it's not ioncube then hit me pm with code
 
Is it zend encoded? or Ioncube? or Codelock? or you can't tell?

You can just put an echo before the code to write it to screen.
 
If it is just some simple bae64 encryption I suggest any tools like Decoder's Friend (run it in virtual pc, don't know if it is clean)
 
I'm also having this same problem with an encrypted php file. I have no idea what kind of encryption was used, but I tried using a eval gzinflate base64_decode PHP Decoder from hxxp:// www. tareeinternet. com/ scripts/ decrypt.php and it didn't work. The site said to remove the php code from it first, and I'm honestly not sure I did that right. I'm not at all that familiar with php, asside from adding adsense code to blogs and such. If any of you are still willing, I'd love to dm my code to someone who may be able to help.
 
There is diffrent places online that will decrypt files for you...but why are you wanting to decrypt it? Especially if you dont know php?
 
if it's encripted several times it can be a pain in the ass :)

and if it's ioncube it's more like never to be seen
 
Back
Top