Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi !
So, i make a program with VB and I want to secure my source code
EX: if i give to my friend that source code he can change my name, so i want to make an encrypted file or something without which the script will not work.
How i can make something to protect my name/copy rights ? , i have no ideea
Thanks !
Posted

You can't. Source code is just text and there is no way of protecting it other than keeping it to yourself.
 
Share this answer
 
Source code is protected by not showing it to anyone who shouldn't see it. What you're probably looking for is a way to protect your distributable binaries. For that, I suggest Ansel Reynard's article on the matter. Even if you're not working in .NET, the article should give you a good idea of what to do in general. Also see the related article by the same author about creating trial versions of your application.
 
Share this answer
 

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