![]() |
Protecting PHP Code - Zend & Ioncube Are CRACKED
So Zend Guard and Ioncube have both been cracked. There are applications out there that do a decent job of decoding the files, especially if they were encoded with early versions of Zend or Ioncube. Newer versions are slightly more difficult but definitely possible. There's a site that will decode any encoded PHP script for $15.
Is there anything that actually works for protecting a commercial script? |
Any of the encoders are vulnerable... this is why you should obfuscate your code before you encode it... 9 times out of 10 the decoded versions of the script don't work because decoding isn't perfect... most decoders can't decode the script exactly as you wrote it. If you obfuscate your code they have almost no chance of being able to fix errors after they decode it.
http://alexking.org/blog/2004/02/07/...ting-php-code/ |
|
Quote:
BTW, I am gonna be your neighbor pretty soon. I am moving to a little town about an hour away from Charlotte this summer. |
You can't fight technology. Encoding will never be 100% effective - someone, somewhere will always break it.
Your best bet would be determining if your software could be deployed via SaaS. SOA and API's are the future. |
if a script is good even the thieves will want to buy it:2 cents:
|
open source 4 lyfe
|
Quote:
|
As long as we're naming names, the site I tried is zendcrack.com and they did a perfect job.
This shit is scary. One of the most used scripts in the adult business can be cracked for a few bucks. If I were a malicious type guy I could put the code up for free download and suddenly there would be thousands and thousands of sites using it. All those dollars invested in design and licenses would be for nothing. |
Quote:
|
I dont mind paying for scripts that use encoders as long as I know the owner or people using them, Hate to see if run some malicious code.
|
Quote:
|
Quote:
but not sure can ioncube and source guardian can be decoded as some other sites says how they can.I bet they are scam same as that phpdecoders.But again it is probably possible but i think right now it is not available to public decoding of ioncube and source guardian. |
Zend is insecure, it's the way they encrypt. Sourceguardian is very good, same goes for IonCube. They both have been cracked in the past, but they are pretty secure now. I'm sticking with Sourceguardian. :thumbsup
|
Quote:
|
Encrypting PHP code is asinine. All it does is protect incompetent coders from public scrutiny.
|
Quote:
Meanwhile, most businesses would stick with legal versions. Because, after all, illegally using software is a rather big liability for any serious business. |
Quote:
Most webmasters here will steal something before they'll pay for it. For the few that will happily pay I bet there are a couple hundred who will steal. Everyone knows they won't go to jail for using an unlicensed script. |
Quote:
If you focus on the higher end of the market, and build up a relationship with some of the main hosting companies, it gets much easier. A few years back, when I still worked as programmer, I had several hosting companies notify me of people trying to pirate my software on their servers when they spotted it. Small-time webmasters would try and steal stuff, of course, but professionals usually paid. And a number of the small-timers "upgraded" to legal versions once their business grew, so even the piracy wasn't a full loss. |
Quote:
My favorite incident was when a little shithead from eastern Europe took my code, modified the admin templates and was selling it as his own creation. I did pursue him until he stopped but that was really a wakeup call for me. |
anything compiled can be decompiled in any language and platform, although it is against licensing and tou.
|
Quote:
|
Quote:
Both ZendGuard and IonCube. Only thing you can do: write better code. Decompiling C++ is one thing, but disassembling it is another thing all together - and been done for ages.. It's a hell of a lot easier to trace into C++/ASM/VB/Whatever than it is PHP :) |
Quote:
|
Being able to decode and reverse engineer / modify are 2 entirely different things.
Anything that can be run can be disassembled. I used to crack video games in the early 90's using nothing more than a hex editor and knowledge of Intel assembly opcodes. It's very challenging and time consuming though. PHP is more obscure though because nobody cares about the low levels of PHP. I'm currently developing a few products and when I release them they will be source code or SaaS. |
Quote:
|
you could host your "meat and potatoes" code on your own dedicated hardware. anything worth cracking gets cracked ...
|
Quote:
|
The php decoders are terrible. They don't get anything even close to the original code...
|
Quote:
|
Quote:
With obfuscation, the code comes up clean aswell, but the function names are messed, however, they still hold same "name", and can be easilly renamed. |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
Haven't tried obfuscated code yet. Common sense tells me I will get decoded yet still obfuscated code back. Obfuscated code can be cleaned up and made readable again with a little effort so I'm pretty sure it's not stopping anyone. |
Quote:
|
Quote:
|
<----- doesn't trust encoded/encrypted php code.
|
Yep i finded program for decoding ioncube so i have both programs for zend and ioncube now for free.
Which means if i ever will do script i will have to find other solution to encode it. |
Quote:
"Is there anything that actually works for protecting a commercial script?" Then why are you asking turd ? I just told you the only way shit for brains ... now click my sig :321GFY |
Quote:
#2 - You mess up something on you end, you kill a bunch of sites #3 - You get ddos'd off the planet, you kill a bunch of sites #4 - You get hacked, and they push code to a bunch of sites, you hack a bunch of sites. #5 - They decode your app, comment out the dependency, and resume life |
Quote:
So let everyone tell you all this bullshit and I'll tell you what you already know. You can't protect your code. Impossible. ... happy now. :1orglaugh |
All times are GMT -7. The time now is 11:41 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123