do you know how to Encryption php code?
Posted: Thu Nov 22, 2007 7:45 pm
i want to Encryption my write phpcode, i can use zend guard.
can sombody Decryption the code?
can sombody Decryption the code?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
thank you very much!Hockey wrote:Yes it's possible to decrypt - sorta.
It's not easy but the easiest way (from what I understand) is to use the PHP engine itself to basically reproduce the source. This would require a pretty intimate understanding of the PHP engine which not many people have.
Basically, your source isn't safe unless you host your software on a private server but the effort required to decrypt your code is far greater than simply re-writting the source from scratch.
I'm paranoid too, not so much my source code, but the time, effort and research I have invested in developing and then customizing and fine tuning the architecture for my web apps. I could honestly care less if someone seen I composed a quick SQL query because pretty much any yahoo with basic PHP experience can figure that out.
This sounds like some Jedi mind trickscottayy wrote:You're looking for obfuscation.
It likely is one.jmut wrote:This sounds like some Jedi mind trickscottayy wrote:You're looking for obfuscation.