Protect by key
i want to protect my c sharp application by a cdkey and and a registrer form
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted May 10, 2011, 1:35 AM
One way to answer the question is to say that you can make it difficult for some people to use your software without paying for it but it is nearly impossible to prevent everyone from doing that. It is a matter of how complicated you want to be and how technical you want to make it for others to figure out the protection. You don't want to make it difficult for your paying customers.
Also, with C# and .Net, you need to protect your source code from people that want to see hows you do that you do. That is different from what you are asking here.
jayakrishnan MorayurPosted May 9, 2011, 11:55 PM
Shirsendu NandiPosted May 9, 2011, 8:31 AM
After that when you open the application display teh text boxes for entering the cd key.after user givinh key you have to check it through your xml data.if matches then do your stuff there.