What's the best way to protect a Windows application from piracy? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T11:17:13Z http://stackoverflow.com/feeds/question/60497 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy 16 What's the best way to protect a Windows application from piracy? Stacey Richards 2008-09-13T12:30:53Z 2009-04-15T15:54:30Z <p>I will be selling a Windows application into an industry where many of the users will know and be friendly with many of the other prospective users. I expect that some users wouldn't think twice about copying the application for those other prospective users.</p> <p>What is the best way to insure that a Windows application isn't copied for other sites or installed on more computers than allowed on one particular site?</p> <p>The application is for the supermarket industry. The initial user base will be owner/operators. Many of these owner/operators are in large chains that use Intranets and will not have general Internet access.</p> <p>Edit: Thanks for all the good feedback. I have decided to use a proven library to add protection and will keep away from dongles. I accept that adding protection can be a PITA to users but in the industry I'm working with I know that allowing free copying of the software in the hope that I'll get more sales just won't work, I can't agree with the comment to this question: "Copyright infringement isn't stealing".</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60499#60499 0 Answer by Greg Hewgill for What's the best way to protect a Windows application from piracy? Greg Hewgill 2008-09-13T12:35:52Z 2008-09-13T12:35:52Z <p>You could do something simple like require the users to enter a unique registration code that you generate. Then, make the application phone home and report where it is and what its registration number is. Of course, this assumes users who are unmotivated to actually circumvent your copy protection (if you have motivated users, your problems are much larger).</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60500#60500 1 Answer by stukelly for What's the best way to protect a Windows application from piracy? stukelly 2008-09-13T12:38:39Z 2008-09-13T12:38:39Z <p>There are a number of ways you can protect your software, from simple passwords to hardware based solutions.</p> <p>Have a look at <a href="http://www.deskey.co.uk/" rel="nofollow">DESKey</a> and <a href="http://www.aladdin.com/hasp/default.aspx" rel="nofollow">HASP</a> for a hardware solution.</p> <p>There is a example of a <a href="http://www.codeproject.com/KB/vb/RegistrationPack.aspx" rel="nofollow">web based</a> solution on CodeProject.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60501#60501 1 Answer by IainMH for What's the best way to protect a Windows application from piracy? IainMH 2008-09-13T12:38:58Z 2008-09-13T12:38:58Z <p>I think it's like all security. Nothing is 100% secure, it's all shades of grey.</p> <p>I think the most secure methods I've experienced are: USB dongles or license key servers. License key servers might not be such a great option over the internet.</p> <p>Another good way is something that Joel Spolsky mentioned ages ago (can't remember where). The idea is that you have multiple copies of the same software with slightly different protection mechanisms in them.</p> <p>If you had 4 of these, if someone cracked the software, you'd still only have a maximum 25% chance that if you download their exploit it will work.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60502#60502 13 Answer by Peter for What's the best way to protect a Windows application from piracy? Peter 2008-09-13T12:40:26Z 2008-09-13T12:40:26Z <p>Patrick McKenzie wrote a good entry on registration systems:</p> <p><a href="http://kalzumeus.com/2006/09/05/everything-you-need-to-know-about-registration-systems/" rel="nofollow">http://kalzumeus.com/2006/09/05/everything-you-need-to-know-about-registration-systems/</a></p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60503#60503 1 Answer by DrPizza for What's the best way to protect a Windows application from piracy? DrPizza 2008-09-13T12:41:20Z 2008-09-13T12:41:20Z <p>Make it really bad, so that no-one wants to pirate it.</p> <p>Make it a web app, so all the valuable parts run on your own server.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60505#60505 0 Answer by Gulzar for What's the best way to protect a Windows application from piracy? Gulzar 2008-09-13T12:46:28Z 2008-09-13T13:52:46Z <p>Update (after Bryan's suggestion to use MAC instead of IP): If your app cannot connect to Internet, one way is for delivering applications which will work only for the specific MAC address. I have seen this technique in some of the commercial applications, where we had to give the MAC address first and they deliver the application hardcoded to work only with that MAC.</p> <p><hr /></p> <p>You can make it harder for others to understand the code using techniques like <a href="http://blogs.msdn.com/clrsecurity/archive/2005/05/26/422440.aspx" rel="nofollow">Obfuscation</a>..This wont prevent users from copying the app entirely on other machines though.</p> <p><em>In the context of software, obfuscation is the process of scrambling the symbols, code, and data of a program to prevent reverse engineering.</em></p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60510#60510 0 Answer by Till for What's the best way to protect a Windows application from piracy? Till 2008-09-13T12:59:10Z 2008-09-13T12:59:10Z <p>From what you said, I think a <a href="http://en.wikipedia.org/wiki/Dongle" rel="nofollow">Dongle</a> is your best option. Obviously the Dongle doesn't need to contact a server etc. and works pretty much by itself. It's much harder to copy/break a Dongle, than it is to copy software - but it's not impossible. </p> <p>I doubt though that in a corp environment this [breaking protection] would be a common practice.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60520#60520 10 Answer by Steve Morgan for What's the best way to protect a Windows application from piracy? Steve Morgan 2008-09-13T13:12:21Z 2008-09-13T13:12:21Z <p>In my experience, the biggest problem with dongle-based solutions is that there are few better methods to deter legitimate purchasers. Managing dongles in a corporate environment can be a major PITA and I've certainly ruled out purchases on the basis that their protection was dongle-based.</p> <p>While they may be very effective at preventing loss through piracy, you must balance this against the potential loss of sales.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60525#60525 0 Answer by ctrlShiftBryan for What's the best way to protect a Windows application from piracy? ctrlShiftBryan 2008-09-13T13:17:59Z 2008-09-13T13:17:59Z <blockquote> <p>Update: If your app cannot connect to Internet, one way is for delivering applications which will work only for the specific IP address. I have seen this technique in some of the commercial applications, where we had to give the IP address first and they deliver the application hardcoded to work only with that IP address.</p> </blockquote> <p>It is better to use the MAC address then an IP address. Depending on the enviroment IP addresses can change.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60529#60529 10 Answer by zigdon for What's the best way to protect a Windows application from piracy? zigdon 2008-09-13T13:20:15Z 2008-09-13T13:20:15Z <p>If you're talking about a corporate environment, wouldn't a simple registration key work? Make the application show promptly when it starts up "this copy is registered to so-and-so". Maybe with a phone number to report "mis-registered copies" and trigger audits.</p> <p>I suspect no one would want their employees seeing they were stealing software. </p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60556#60556 10 Answer by Jay Bazuzi for What's the best way to protect a Windows application from piracy? Jay Bazuzi 2008-09-13T14:12:52Z 2009-04-15T15:54:30Z <p>I know you didn't ask this, but I feel strongly that copy protection schemes are much more of a burden for legitimate users. It's harder for them to back up their software, and harder for them to deploy it in ways that work well for them. For example, in my home network I copy all software on to my Windows Home Server, and put the original CDs out of reach of peanut-buttery-fingers. I lose that for copy-protected software.</p> <p>An alternative to copy protection is adding non-software value. When someone buys a license to your software, you could include the hardware that it will run on, on-site installation &amp; training, and phone support. Carried to its logical conclusion, you change from a software business to a turnkey solution business. This kind of thing can be fantastic for customer loyalty.</p> <p>You may also consider inserting fingerprints in to your software. Modify each distributed CD image in a different way (there are always a lot of bits that don't matter). Then when one appears in the wild, you can trace it back to the original source. </p> <p>Good luck.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60559#60559 1 Answer by On Freund for What's the best way to protect a Windows application from piracy? On Freund 2008-09-13T14:16:45Z 2008-09-13T14:16:45Z <p>The most important advice is whatever you do, don't try to roll your own protection scheme. There are plenty of products out there, designed to do just this. You can have a look at <a href="http://www.siliconrealms.com/" rel="nofollow">Armadillo</a>. It provides a licensing mechanism (with configurable parameters), anti-debugging features and a secured storage.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60566#60566 3 Answer by AlexDuggleby for What's the best way to protect a Windows application from piracy? AlexDuggleby 2008-09-13T14:26:20Z 2008-09-13T14:26:20Z <p>I think it's worth mentioning the <a href="http://www.microsoft.com/slps/" rel="nofollow">Microsoft Software Licensing and Protection Services</a>. I seem to remember they have an offline scenario available.</p> <p>Might be interesting looking into that. From what I can remember the solution is based on an encrypted virtual machine which in turn runs your code. And you wil have to choose an SLP licensing scheme that is best for your case.</p> <p>For larger intranet scenarios you could consider installing the SLP Server 2008 at your customer's site which will certainly work without an internet uplink.</p> <p>Hope that helps.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60621#60621 0 Answer by IanW for What's the best way to protect a Windows application from piracy? IanW 2008-09-13T15:38:03Z 2008-09-13T15:38:03Z <p>Does your software communicate with any specialist hardware ? If so check if that has a unique serial number your software can read via an API. If it is the case have your software possess an encrypted list of serial numbers it will work with and on start up check the serial number it reads against this list. </p> <p>In the past I have written software for the 2 way radio world and have found this to be a good method of dongle free protection.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60644#60644 0 Answer by Omega for What's the best way to protect a Windows application from piracy? Omega 2008-09-13T16:04:36Z 2008-09-13T16:04:36Z <p>Use Femida for protect the code. Also use the internet-registration for your users for prevent kes copying.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/60646#60646 1 Answer by Paul Kroll for What's the best way to protect a Windows application from piracy? Paul Kroll 2008-09-13T16:06:30Z 2008-09-13T16:06:30Z <p>Despite DrPizza's flip "make it bad," the other part, "Make it a web app" is viable more and more of the time, and should always be considered. </p> <p>The full question mentions the clients "will not have general internet access" so in this case a web app isn't appropriate. But the answer to the initial, unqualified question, should include "consider making it a web app." People who get led here by that question may not have the same limitation. (One reason to have as much of the question be IN the initial question line as is possible. Else we end up with ten identical question lines with different qualifiers in the long descriptive text.)</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/81664#81664 1 Answer by DrPizza for What's the best way to protect a Windows application from piracy? DrPizza 2008-09-17T10:05:58Z 2008-09-17T10:05:58Z <p>@<a href="#60646" rel="nofollow">Paul Kroll</a></p> <blockquote> <p>Despite DrPizza's flip "make it bad," the other part, "Make it a web app" is viable more and more of the time, and should always be considered.</p> </blockquote> <p>It's not that flip. I suspect that a large proportion of software out there just isn't worth pirating. The developers put in all these complex protection schemes, because in their arrogance they imagine that everyone will want to use their program (and who can blame them? It's certainly no fun to be writing software that you know is of no interest to anyone) when in practice, they struggle to find enough people willing to use the thing at all (whether bought <em>or</em> pirated).</p> <p>In short, I don't believe that piracy is a serious concern for most software.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/108735#108735 3 Answer by mgb for What's the best way to protect a Windows application from piracy? mgb 2008-09-20T16:58:05Z 2009-01-06T15:12:23Z <p>If you do use the MAC address as a unique ID, make it check for ANY of the MAC addresses. We had an issue with laptops where windows would report the ethernet/wifi/bluetooth MAC address first at different times. Our registration system only used the first one = some unhappy customers!</p> <p>I'm not saying that locking to the MAC address is the correct solution - but if you do, be careful.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/286212#286212 6 Answer by Walter Bright for What's the best way to protect a Windows application from piracy? Walter Bright 2008-11-13T03:48:53Z 2008-11-13T03:48:53Z <p>I suggest that the best way is to not put copy protection on it. Rely on the honesty of your users. They'll appreciate it and it generates goodwill towards your company. Sure, many will pirate it. If they call for tech support, gently suggest they pay for it. If their business gets hooked on your software, sooner or later they'll find it worth their while to pay for it.</p> <p>Treat your customers with respect, and they'll return the favor. Assume your customers are crooks, and they'll only use your software if they have no choice.</p> <p>P.S. I practice what I preach. None of the Digital Mars products have copy protection on them. Some you can even download the complete fully functional product and try it out before paying for it. There is no nagging, activation, registration, unlocking, time bombs, drm, dongles, etc.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/416842#416842 1 Answer by Kieveli for What's the best way to protect a Windows application from piracy? Kieveli 2009-01-06T14:54:54Z 2009-01-06T14:54:54Z <p>Make it Open Source.</p> <p>Pirates never seem to illegally distribute Open Source projects.</p> <p>Charge for non-software support contracts. It's a viable business model. Plus, you get rid of the distribution costs! Torrent is cheap and easy.</p> http://stackoverflow.com/questions/60497/whats-the-best-way-to-protect-a-windows-application-from-piracy/416852#416852 1 Answer by Skubs for What's the best way to protect a Windows application from piracy? Skubs 2009-01-06T14:59:15Z 2009-01-06T14:59:15Z <p>IMHO, on these days, the best way to protect any application from piracy is to make it free open source and get your profit from support, installation, training, consulting and customization.</p> <p>There is a lot of value on these five essential services associated with the software industry.</p> <p>Good luck!</p>