PC Review


Reply
Thread Tools Rate Thread

code security?

 
 
Lore Leunoeg
Guest
Posts: n/a
 
      27th Nov 2005
Hello

Is there a way to get code really secure, so that it can't be disassembled?
I don't mean dotfuscator, because I think it's not secure.

Thank you
Sincerely
Lore



 
Reply With Quote
 
 
 
 
Mattias Sjögren
Guest
Posts: n/a
 
      1st Dec 2005
Lore,

>Is there a way to get code really secure, so that it can't be disassembled?


See http://www.yoda.arachsys.com/csharp/obfuscation.html


Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
 
Reply With Quote
 
Richard Grimes
Guest
Posts: n/a
 
      1st Dec 2005
Lore Leunoeg wrote:
> Hello
>
> Is there a way to get code really secure, so that it can't be
> disassembled? I don't mean dotfuscator, because I think it's not
> secure.


Yes. Use .NET remoting. When the code only runs on your machine your
customers cannot decompile it. Of course, don't do the dumb thing that
most examples of .NET remoting do - that is distribute the original
library with the client app so that the client has the metadata. Use
soapsuds instead.

Richard
--
http://www.grimes.demon.co.uk/workshops/fusionWS.htm
http://www.grimes.demon.co.uk/workshops/securityWS.htm


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Code Access Security(CAS) and Role Based Security(RBS) Tony Johansson Microsoft C# .NET 0 19th Apr 2010 11:19 AM
About Application Security(Code Access Security). It dosn't show correct output Tony Johansson Microsoft C# .NET 3 14th Apr 2010 03:44 PM
Security Policy, Code Groups and Security Tools. Mark Broadbent Microsoft C# .NET 0 20th May 2004 06:45 PM
Security Policy, Code Groups and Security Tools. Mark Broadbent Microsoft Dot NET Framework 0 20th May 2004 06:45 PM
Code Access Security [Was .NET Framework Security Projects] Ben Microsoft Dot NET Framework 3 25th Nov 2003 12:09 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:22 AM.