Results 1 to 2 of 2

Thread: [2005] Best way of protecting your code?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2006
    Posts
    160

    [2005] Best way of protecting your code?

    Since it's so easy to decompile .NET code I was wondering which is the best way of protecting/obfuscating the code out there (for free if possible). I know VS Professional already comes with an obfuscator, but I don't know how reliable it is.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Best way of protecting your code?

    If you want more complete obfuscation then you need to spend more money. Also, there are some other options beyond obfuscation. Some tools will actually recompile your .NET assemblies into native code. In that case they cease to be .NET applications. The there are tools like CodeVeil, which actually encrypts your .NET assemblies and decrypts on the fly. In that case they are still .NET apps. Personally, I like that last option but CodeVeil is not cheap. I guess the question is whether your code is so desirable that it is worth paying for more than the free Dotfuscator edition that comes with VS.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width