Results 1 to 5 of 5

Thread: .Net secure

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2005
    Posts
    6

    .Net secure

    I read articles and hear from other forums that .Net technology even compiled to .dll for behind code is not secure for web applications. They can be easily hacked into and accessed and modified. I know that it's possible with other technologies, php, cold fusion, etc. but is .net the most unsecure?

    Thanks,

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: .Net secure

    Show us a few articles that you've read.

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2005
    Posts
    6

    Re: .Net secure

    Hi, Sorry had to finish a project. But here's an article about a software that i run and was able to decompile my asp.net code.

    http://searchvb.techtarget.com/vsnet...293475,00.html

    http://aspnet.4guysfromrolla.com/articles/080404-1.aspx

    I ran it and was able to see my functions with my .dll. Not unless I am doing something wrong.

    Please let me know if there is another software to prevent it from being decompile.

    Thanks,

  4. #4
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: .Net secure

    To quote the first article you posted:
    If the fact that it's trivial to decompile a .NET assembly scares the pants off you, you can always turn to an obfuscator. The best on the market, in my opinion, is Brent Rector's Demeanor (http://www.wiseowl.com). The fact that Lutz protects his decompiler from prying eyes with Demeanor is proof enough for me.
    DJ

    If I have been helpful please rate my post. If I haven't tell me!

  5. #5
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: .Net secure

    Well, a web-application in the normal sense does not allow a user to download its assemblies. The only time it becomes a problem is if your packaging a web-application and selling it to others to run on their servers - and you want to protect your intellectual property from your customers - which as mentioned, can be made difficult by use of a good obfuscator.

    Otherwise, if your hosting the web app only on your server - your only real concern should be how protected your internet server (in most cases IIS for .net apps) is from hacking.

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