How do you discourage piracy of your software or IP?


4

We're reviewing/exploring anti-piracy measures for a new software product. There is a desktop and a web component. What tactics are you using to prevent/discourage piracy of your software and IP?

Software Development Intellectual Property Piracy

asked Feb 19 '10 at 08:08
Blank
Keith De Long
5,091 points

4 Answers


5

Probably not the answer you are looking for, but this powerful post from Balsamiq's blog describes "the main categories of software users when it comes to purchasing software versus stealing it" and how to deal with them:

People buy products from companies
they trust and respect, and who treat
them well in return. People buy
software if they know that the people
behind it care for your success while
using it. They want to see the
software improved continuously and
with a passion. They care about a
sensibility for usability and
attention to details.


These aren’t things one can steal.

There are also several anti-piracy measures discussed there too.
answered Feb 19 '10 at 09:42
Blank
Slav Ivanov
1,146 points
  • I'd read the quite interesting Balsamiq post sometime ago. Thanks for mentioning it. – Keith De Long 14 years ago

3

The ASP has a members only series of very active newsgroups that discuss this topic in detail. There are typically 75 - 100 new posts each day. It costs $100 per year to become a member and gain access to these newsgroups.

For desktop software there are three general approaches. Which approach you take depends a bit on who your target audience is (business / consumer) and your type of product.

1) Build you own software protection scheme that is incorporated into your software. Advantages- it can be harder to crack. Disadvantages- you must spend a considerable amount of time building and maintaining this system. You also have to hunt for cracks to know when to repair your system.

2) Purchase commercial software protection and incorporate that into your software. Advantages- much less work on your part. Disadvantages- you must spend time integrating the software with your own. You also have to hunt for cracks to know when your system has been cracked.

3) Divide your product into two versions, a trial version and a full version. Make sure there is no way to convert a trial version into a full version. When customers buy the full version they download a new copy and install that. Advantages- much less work on your part than the other approaches. There is also nothing to crack. Disadvantages- crackers can post a stolen copy on a bit-torrent.

From the general comments in the ASP forums, approach 3 seems to have the least number of problems.

answered Feb 20 '10 at 04:30
Blank
Gary E
12,510 points

2

Maybe there is someone from the classic Shareware community hanging out here -- if not, then I guess you'll get the best answers at places like OISV, ASP and Business of Software forums. Oh, and do use the search; it's a age-old question.

I've never been in the situation, but my gut feeling is that you're never going to win over the hard-core hackers, so you should settle for discouraging the casual copyist.

To me, that implies:

  • If you're using .NET / Java for the desktop part, then absolutely obfuscate the files of the desktop component. If you don't then it's super-simple to look inside your code and see what it does.
  • Have a licensing system with license keys. Traditionally this was a component you bought from another micro-ISV. Since you have a web component, maybe it's just as easy to have your desktop app call the webapp to verify license status?
  • Have a good EULA, and have the end user actively accept it during installation.

You don't write what the business model looks like -- subscription "as a Service" or purchase the desktop app for a one time fee. Depending on your model I would suggest having a good FAQ to outline how license key renewals, upgrades with new functionality, security updates and bugfixes for old version etc are handled.

answered Feb 19 '10 at 09:01
Blank
Jesper Mortensen
15,292 points
  • We've been publishing software for a couple of decades so we're not new to the effort. I asked the question here because I am particularly interested what tactics and methods startups are considering/using these days – Keith De Long 14 years ago
  • @Keith: Sorry that my answer wasn't on target. As I see it, "what startups ... are using these days" is to do more or less as I write above for desktop software, or to sidestep the issue by doing webapps / PaaS / SaaS instead. Two of the main attractions of SaaS are the recurring revenue from subscriptions, and the absence of software piracy. – Jesper Mortensen 14 years ago

2

We use a dongle to protect our software from Keylok. It is not for everyone. The hardware costs $30 per unit. Our software licenses start at $9000 and go up from there.

We are under no illusion that this will thwart a determined cracker or hacker. The main goal is to keep honest people honest. We sell to financial institutions and large news corporations. They have a lot to lose for violating our license agreements.

Someone else mentioned different classes of users/people. You have to take a close look at your expected user base and figure out what your plan will be - how much time and money you will spend on this issue. It has to be considered, but once you resolve how to handle it move on to the important part of delivering value in a way that is not intrusive.

answered Sep 4 '10 at 03:40
Blank
Tim J
8,346 points

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 Development Intellectual Property Piracy