Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

What method of software protection do you recommend simply to make sure your software is not too easy to use without paying, but is not too annoying for honest paying customers?

share|improve this question
1  
If you could say whether this is a web-based hosted tool or installed tool, and if installed the technology platform, that would help. The answer depends on these things. – Jason Nov 13 '09 at 20:46
This is desktop software for Windows, with a standard installation. – lkessler Nov 14 '09 at 14:55

2 Answers

up vote 5 down vote accepted

This is very much going to depend on the type of software you are writing. If you make $30K engineering software there will be a specific expectation by the customer that you use a system they already know about. If on the other hand you are selling an application to home users your criteria will be quite different.

Some of this will also be personal taste. Each developer will draw the line between security and convenience in a different place. Since you'll be supporting customers the system needs to draw that line in a place you're comfortable explaining to your customers.

The cost of the system will also play a part as some of the commercial solutions are expensive.

My recommendation is find one you think strikes the right balance and does not have a lot of up front cost. Don't get too committed to it (low up front financial and integration cost) and try it for a few months. If it does not suit you you'll still have time to change to a new system. Sometimes you start having your customers use one of these you find it's not really what you wanted.

Some of the ones I've used include:

Hope this helps.

share|improve this answer
Dane's answer is probably your best bet. Just remember that if the big guys like Microsoft can have their software hacked, if someone wants to crack your software they can and will. – DigitalSea Apr 15 '11 at 1:48
  1. Web applications. Making the software a web application.
  2. If #1 is not an option, a license key system with a self-service portal from which the customer can retrieve his key at any time.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.