I have developed a piece of tool in .NET and now I want to protect it from unauthorized access. I can have a kind of Trial mechanism to give a taste of the software to users but I want them to purchase once after their trial finishes. Now, is there an article that describes how Trial really works?

Second point is that Trial can easily be broken via softwares like Reflector so I am also interested in Obfuscation to protect the code as well. Is there also a link for that?

link|improve this question

72% accept rate
possible duplicate of Best .NET obfuscation tools/strategy – Steve Townsend Oct 7 '10 at 15:08
Sorry, did not mean to close this as the dup I cited does not cover trial part of the question – Steve Townsend Oct 7 '10 at 15:10
Well, that's what happens when you ask more than one question in the same thread. It's been covered many times already, we don't need another one. – Hans Passant Oct 7 '10 at 15:11
feedback

1 Answer

up vote 1 down vote accepted

There are several commercial products available for you to choose from. The one we use offers both obfuscation and a licensing solution that supports different licensing models such as trial, subscription and hardware locking.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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