Zend encrypted PHP code.

carlosn

Registered Member
Joined
Jan 28, 2011
Messages
50
Reaction score
7
Hello,

Is it possible to decrypt Zend encrypted PHP code?

I have a couple of scripts, a redirectot, and a split test script that would like to have decrypted to be able to usw with PHP7 in new servers.

Thanks,
 
Hello,

Is it possible to decrypt Zend encrypted PHP code?

I have a couple of scripts, a redirectot, and a split test script that would like to have decrypted to be able to usw with PHP7 in new servers.

Thanks,

Zend guard is tough https://zend18.zendesk.com/hc/en-us/articles/217139858-Zend-Guard-decoding-tools- :
People are often concerned about various technologies that exist that claim to reverse the protection provided by Zend Guard. We thought it was important to address it here.

Zend Guard provides some of the best technology available to protect applications from reverse engineering but Zend has never claimed that Zend Guard is impervious to reverse engineering. Given enough time and a determined hacker, any encoding technology can be broken. This has been true since the first hacker decompiled binary machine code.

But you might get lucky by using some online decryptors online:
http://web.bojidar.com/online-tools/php-zend-decoder-and-free-online-decompiler.html
http://phpdecode.blogspot.lt/
 
Back
Top