i want to Encryption my write phpcode, i can use zend guard.
can sombody Decryption the code?
do you know how to Encryption php code?
Moderator: General Moderators
-
yanglei1979
- Forum Commoner
- Posts: 38
- Joined: Sat Aug 25, 2007 10:21 pm
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
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.
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.
-
yanglei1979
- Forum Commoner
- Posts: 38
- Joined: Sat Aug 25, 2007 10:21 pm
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.
You're looking for obfuscation.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA