encrypt VB.NET

CoDeR

Member
Joined
Feb 6, 2006
Messages
6
Location
UK
Programming Experience
Beginner
is there a way to encrypt your VB.Net code so that no one could read it straight out as you had written it???
 
It's called "obfuscation". Visual Studio comes with Dotfuscator CE that will protect your code from cursory attempts to disassemble it. If you want something stronger then you'll have to pay for it, in the form of the full version of Dotfuscator or there are other options available too.
 
1st run the VS.NET and then just follow the image below :)
 

Attachments

  • dotfuscator.png
    dotfuscator.png
    22.9 KB · Views: 135
Back
Top