Offering software without any DRM / hardware locking - negative consequences and how to avoid them


3

Let me be the first to play the part of Mr Obvious and state that any DRM can be broken. (I expect the usual amount of upvotes for that)

Now, what are the pros of offering a software without DRM:

  1. no need to design, implement, maintain, test, support the DRM component, or no need to buy and integrate the DRM component.
  2. everyone can just download and run, so more people end up using the software

I'm concerned about some negative consequences of offering the software without any license protection:

  1. If the software is niche (and will stay this way because of its nature), cracks may not even be available. So we are losing a certain amount of income from the sale to people, who would buy the software if DRM would be present (without cracks available).
  2. We are losing a certain amount of income from people who would buy the software if their only chance to use it illegally was to use a crack. One reason for that may be that people are afraid of viruses in cracks. The other may be a psychological thing - that is, people are more aware they are acting illegally when they have to actively bypass the DRM.
  3. How can a software author enforce some other license restriction without DRM? Again, it's a psychological thing, since users tend to mentally relax EULA points (which they don't read) to their benefit, unless they have to actively bypass the DRM, which enforces them. Example restriction may be use of the software on one PC at a time.
  4. How to offer time limited free updates to software? For example, what if we wanted to grant users the right to every new version for 2 years from the time of their purchase? (which is often a necessity to sell anything). With the software freely available, you would have to hope that your customers undergo software audit and the auditors somehow check the date of the installed version versus the date of license purchase. Which would probably mean that the software author would have to embed the date of the build into the software, which would already be a kind of DRM, and would have to hope that software auditor takes notice of it, which is realistically very unlikely if the software is niche.

Do you have experience selling software without technical license protection mechanism? How do you deal with any of the issues raised and possibly other issues?

Software Piracy Software Licensing

asked Nov 14 '11 at 23:33
Blank
User9982
206 points
  • Are people buying a license key for your software or do they buy it then receive a drm free version? – Lloyd S 12 years ago
  • Why the downvote? This is a good question and on topic. – Kekito 12 years ago

2 Answers


2

DRM like open-source, nonprofits and even criminal enterprises are part of the total economy regardless of our moral position on them. Security is a constant, unending cat-and-mouse gambit. It's like no one's going to leave their car unlocked because there are car thieves, quite the opposite.

The point of DRM isn't to make it impossible for an unlicensed user to take advantage of your precious sweat, but to make it prohibitively expensive for the average user to hack such that it's not worth bothering. There are always some theoretical edge cases, but a practical matter is not leaving money on the proverbial kitchen table esp. if this is your primary means of support (if so, pathos emotional appeal beside a picture, it works wonders).

Risk management formula (Rational maximization of gain)

P(Success)*reward - (100%-P(Success))*penalty - opportunity_cost 

$$ :: $ )

-$ :: Skip it.

Here's some choices:

  • Price an app low enough (2-10 USD) that it just doesn't make sense to break (again, see above).
  • Build a quality app and lock it up.
  • Build a quality app and that has some serious freemium features but leaves large group/enterprisey/pro user things for the $$$ version.
  • Crowdfunding to get going/visibility (e.g., Kickstarter, etc.).

And feel free to try the tipware only route but if you feel extra generous and have an abundance of time. ;)

answered Nov 15 '11 at 06:38
Blank
Barry
131 points

2

This very much depends on your software, what it does, and how.

DRM for an entirely offline $5k app is probably a must. You will lose a percentage to piracy, and, well that's just a cost of doing business as there's no way to entirely stop it.

Of course if your app is in a highly niche area your app might not be popular with the pirates, but for the most part they'll crack everything. You might be lucky, you might not.

On the other hand we live in an entirely web centred world. If your app is built around some element of online service, or account, then DRM is probably unnecessary. It's basically not going to matter if someone pirates the app if it's of limited use without the web services that go along with it.

Sure someone can trade logins and password with friends, but if you track IPs and concurrent logins and block more than say 3 logins at a time for a solo user account etc.

How does the cost of increasing the online subscription aspects compare to the overheads of buying/developing, integrating and working with potentially unpopular anti-piracy measures?

As to your thoughts on psychological effects of having to use a crack, I'm not convinced - surely it's going to be a simple google search for whizzyprogram download? If there's a link there, pre-cracked, then will they even realise it's been cracked? Or care?

One thing I am sure of though a lot of users of a cracked app would never consider buying it even if the DRM was bullet proof. This may due to their financial status, or their personal views. There's a ton of misinformation about $xxx in lost software sales by the various anti piracy organisations however. The vast majority of that xxx will never translate into sales even if piracy were somehow made globally impossible.

answered Nov 15 '11 at 15:24
Blank
Matt
2,552 points
  • I knew the webify your app option would come up. I would very much like to do it, however I would be the first to push it in that niche sector (some sales lost...). Plus that would delay release for another 3-6 months. The argument in favour of DRM is that users in that niche are quite used to rigorous license protection. – User9982 12 years ago

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Software Piracy Software Licensing