Click here to Skip to main content
15,911,711 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys.
I need to protect my coding by putting password. I am using Visual studio 2005 .net technology.

Pls help me onthis.
Posted
Comments
syed shanu 4-Sep-13 0:12am    
Hi,
try to use VSS(Visual Source safe)

1 solution

I don't think you will be able to do so. One thing you can make use of is Obfuscation. Its the process of creating a obfuscated code that will be difficult for human being to understand. See these links.

What is Obfuscation (software)?[^]

8 Ways To Protect And Obfuscate Your .Net Code Against Reverse-Engineering Using Crypto Obfuscator[^]

Code Security in .NET[^]

Tamper-proof and Obfuscate your Configuration Files[^]

http://confuser.codeplex.com/[^]

Techniques for Automating Obfuscation[^]

What is Eazfuscator.NET?[^]

Regards..:)
 
Share this answer
 
v2
Comments
ridoy 4-Sep-13 2:47am    
worth it a 5!
Thanks7872 4-Sep-13 2:48am    
Thanks ridoy. :-)

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