Click here to Skip to main content
15,890,947 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
C#


if i have a small program ,, any program how can i protect it from being installed or used in more than one computer after being .exe of course ????
Posted
Updated 8-Apr-13 12:30pm
v2
Comments
herish1992 8-Apr-13 18:33pm    
sorry i know its not a good question but i wanted to know how before i make it . exe

Copy protection is not a trivial task. There are many different ways of achieving some form of this, but none will be perfect. If the application is worth the effort, someone will figure out how to copy it. The best bet may be to evaluate if it is valuable enough to spend the time on copy protecting your application. If it is valuable enough, then you have much reading and study ahead of you in implementing a solution:
See these results[^] as a starting point.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 8-Apr-13 18:46pm    
My 5. However, I would think that protection can hardly pay off, unless the code is super valuable. The regular user will hardly even try to reverse engineering, but the one who really determined to do it...
The companies providing reverse engineering solutions claim that, for .NET applications, any applications protected by any of well-known protection products can be easily reverse engineered.
—SA
herish1992 9-Apr-13 18:55pm    
thank you both , the thing is i have a home work i only need a very simple idea if you can show me other wise its not important , thanks
See also my recent answer: after writting CD/ DVD protect from password[^].

—SA
 
Share this answer
 
Comments
Richard MacCutchan 10-Dec-15 11:19am    
ditto.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900