Ask a Question related to ASP.NET Security, Design and Development.
-
Mohammad Samara #1
Encrypting the source code
Hello everybody,
I have deployed an ASP.NET application for one of our clients, is there a
way to hide or encrypt the source code of our application (C# code behind)
from being diplayed by anyone else?
Thanks.
Mohammad Samara Guest
-
Encrypting PERL source code...
Can anyone suggest where I might be able to find (hopefully a freeware or shareware script..) a program that runs either on a windows system or a... -
Why doesn't the Code Completion occur in FlexBuilder IDEwhen source code is in an external file?
I am seperating my .as from the MXML by using the following in my file.mxml: <mx:Script source="file.as"> When I edit file.as, the code... -
Encrypting CF Source Code
I found a reference in the Knowlede Base to a program called CFCRYPT.EXE that encrypts the source .cfm pages. The reference is quite old and I... -
Encrypting CF Code
Hello all, I have to deploy an application on a server at a hosting company that is known for stealing CF applications from their client?s sites... -
SCO, Open Source and the Un*x source code
On Sat, Jul 19, 2003 at 04:51:08PM +0000, tony@aplawrence.com wrote: .... Isn't SCO claiming that they own all the Unix IP in the world :-). ... -
Jim Cheshire [MSFT] #2
RE: Encrypting the source code
Mohammad,
When you deploy an application, you should not deploy source code.
Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
--------------------cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTN GP08.phx.gbl!TK2MSFTNGP09.>From: "Mohammad Samara" <mohammad@samara.fslife.co.uk>
>Subject: Encrypting the source code
>Date: Fri, 5 Dec 2003 01:05:11 -0000
>Lines: 9
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.3790.0
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Message-ID: <uURPivsuDHA.1340@TK2MSFTNGP09.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet.security
>NNTP-Posting-Host: 81-178-230-72.dsl.pipex.com 81.178.230.72
>Path:
phx.gblmicrosoft.public.dotnet.framework.aspnet.security: 7774>Xref: cpmsftngxa07.phx.gbl>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
>
>Hello everybody,
>
>I have deployed an ASP.NET application for one of our clients, is there a
>way to hide or encrypt the source code of our application (C# code behind)
>from being diplayed by anyone else?
>
>Thanks.
>
>
>Jim Cheshire [MSFT] Guest
-
Alek Davis #3
Re: Encrypting the source code
Mohammad,
What Jim is saying is: You only need to deploy the following files: *.aspx,
*.asax, Web.config, and *.dll (from the bin folder); you do not need to
deploy *.cs, *.vb, *.sln, *.proj, and other files, which are only used by
VS.NET and are not required by IIS.
Alek
"Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
news:hCF$9U0uDHA.3532@cpmsftngxa07.phx.gbl...cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTN GP08.phx.gbl!TK2MSFTNGP09.> Mohammad,
>
> When you deploy an application, you should not deploy source code.
>
> Jim Cheshire, MCSE, MCSD [MSFT]
> Developer Support
> ASP.NET
> [email]jamesche@online.microsoft.com[/email]
>
> This post is provided as-is with no warranties and confers no rights.
>
> -------------------->> >From: "Mohammad Samara" <mohammad@samara.fslife.co.uk>
> >Subject: Encrypting the source code
> >Date: Fri, 5 Dec 2003 01:05:11 -0000
> >Lines: 9
> >X-Priority: 3
> >X-MSMail-Priority: Normal
> >X-Newsreader: Microsoft Outlook Express 6.00.3790.0
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> >Message-ID: <uURPivsuDHA.1340@TK2MSFTNGP09.phx.gbl>
> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
> >NNTP-Posting-Host: 81-178-230-72.dsl.pipex.com 81.178.230.72
> >Path:behind)> phx.gbl> microsoft.public.dotnet.framework.aspnet.security: 7774> >Xref: cpmsftngxa07.phx.gbl> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
> >
> >Hello everybody,
> >
> >I have deployed an ASP.NET application for one of our clients, is there a
> >way to hide or encrypt the source code of our application (C# code>> >from being diplayed by anyone else?
> >
> >Thanks.
> >
> >
> >
Alek Davis Guest
-
Daniel J Rodriguez #4
Re: Encrypting the source code
Moveover, if you are worried about someone getting into the source in the
dll then you could always use the community obfuscator (did i spell that
right) that comes with vs.net 2003..
Hope this helps!
"Alek Davis" <alek_xDOTx_davis_xATx_intel_xDOTx_com> wrote in message
news:uPWfUe5uDHA.2132@TK2MSFTNGP10.phx.gbl...*.aspx,> Mohammad,
>
> What Jim is saying is: You only need to deploy the following files:cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTN GP08.phx.gbl!TK2MSFTNGP09.> *.asax, Web.config, and *.dll (from the bin folder); you do not need to
> deploy *.cs, *.vb, *.sln, *.proj, and other files, which are only used by
> VS.NET and are not required by IIS.
>
> Alek
>
> "Jim Cheshire [MSFT]" <jamesche@online.microsoft.com> wrote in message
> news:hCF$9U0uDHA.3532@cpmsftngxa07.phx.gbl...>> > Mohammad,
> >
> > When you deploy an application, you should not deploy source code.
> >
> > Jim Cheshire, MCSE, MCSD [MSFT]
> > Developer Support
> > ASP.NET
> > [email]jamesche@online.microsoft.com[/email]
> >
> > This post is provided as-is with no warranties and confers no rights.
> >
> > --------------------> >> > >From: "Mohammad Samara" <mohammad@samara.fslife.co.uk>
> > >Subject: Encrypting the source code
> > >Date: Fri, 5 Dec 2003 01:05:11 -0000
> > >Lines: 9
> > >X-Priority: 3
> > >X-MSMail-Priority: Normal
> > >X-Newsreader: Microsoft Outlook Express 6.00.3790.0
> > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> > >Message-ID: <uURPivsuDHA.1340@TK2MSFTNGP09.phx.gbl>
> > >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
> > >NNTP-Posting-Host: 81-178-230-72.dsl.pipex.com 81.178.230.72
> > >Path:a> > phx.gbl> > microsoft.public.dotnet.framework.aspnet.security: 7774> > >Xref: cpmsftngxa07.phx.gbl> > >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
> > >
> > >Hello everybody,
> > >
> > >I have deployed an ASP.NET application for one of our clients, is there> behind)> > >way to hide or encrypt the source code of our application (C# code>> >> > >from being diplayed by anyone else?
> > >
> > >Thanks.
> > >
> > >
> > >
>
Daniel J Rodriguez Guest
-
G.Gnana Arun Ganesh #5
Re: Encrypting the source code
hai
Obfuscators make it harder to decompile .NET IL into C#
code.
For more info on "Obfuscators", check
[url]http://www.gotdotnet.com/team/csharp/tools/default.aspx[/url]
But if u deploy the following files:
*.aspx, *.asax, Web.config, and *.dll (from the bin
folder), I think there is no need for Obfuscators.
warm regards,
Arun Ganesh.
..NET MVPthe source in the>-----Original Message-----
>Moveover, if you are worried about someone getting into(did i spell that>dll then you could always use the community obfuscatorwrote in message>right) that comes with vs.net 2003..
>
>Hope this helps!
>
>deploy the following files:
>*.aspx,>"Alek Davis" <alek_xDOTx_davis_xATx_intel_xDOTx_com>>> *.asax, Web.config, and *.dll (from the bin folder);need to>news:uPWfUe5uDHA.2132@TK2MSFTNGP10.phx.gbl...>> Mohammad,
>>
>> What Jim is saying is: You only need to you do notwhich are only used by>> deploy *.cs, *.vb, *.sln, *.proj, and other files,wrote in message>> VS.NET and are not required by IIS.
>>
>> Alek
>>
>> "Jim Cheshire [MSFT]" <jamesche@online.microsoft.com>deploy source code.>> news:hCF$9U0uDHA.3532@cpmsftngxa07.phx.gbl...>> > Mohammad,
>> >
>> > When you deploy an application, you should notconfers no rights.>> >
>> > Jim Cheshire, MCSE, MCSD [MSFT]
>> > Developer Support
>> > ASP.NET
>> > [email]jamesche@online.microsoft.com[/email]
>> >
>> > This post is provided as-is with no warranties and<mohammad@samara.fslife.co.uk>>> >
>> > --------------------
>> > >From: "Mohammad Samara"V6.00.3790.0>> > >Subject: Encrypting the source code
>> > >Date: Fri, 5 Dec 2003 01:05:11 -0000
>> > >Lines: 9
>> > >X-Priority: 3
>> > >X-MSMail-Priority: Normal
>> > >X-Newsreader: Microsoft Outlook Express 6.00.3790.0
>> > >X-MimeOLE: Produced By Microsoft MimeOLEmicrosoft.public.dotnet.framework.aspnet.security>> > >Message-ID: <uURPivsuDHA.1340@TK2MSFTNGP09.phx.gbl>
>> > >Newsgroups:81.178.230.72>> > >NNTP-Posting-Host: 81-178-230-72.dsl.pipex.comTK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.>cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!>>>> > >Path:
>> >microsoft.public.dotnet.framework.aspnet.security: 7774>> > phx.gbl
>> > >Xref: cpmsftngxa07.phx.gbl
>> >microsoft.public.dotnet.framework.aspnet.security>> > >X-Tomcat-NG:our clients, is there>> > >
>> > >Hello everybody,
>> > >
>> > >I have deployed an ASP.NET application for one ofapplication (C# code>a>> > >way to hide or encrypt the source code of our>>> behind)>>>> > >from being diplayed by anyone else?
>> > >
>> > >Thanks.
>> > >
>> > >
>> > >
>> >
>>
>
>.
>G.Gnana Arun Ganesh Guest
-
Jim Cheshire [MSFT] #6
Re: Encrypting the source code
One thing that might help Mohammad is to read the documentation on the
different options available when copying projects. If you choose "Only
files needed to run this application", VS.NET will only copy over those
files with a Build Action of Content. Your source files will have a Build
Action of Compile and will not be copied.
Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
[email]jamesche@online.microsoft.com[/email]
This post is provided as-is with no warranties and confers no rights.
--------------------<hCF$9U0uDHA.3532@cpmsftngxa07.phx.gbl>>Content-Class: urn:content-classes:message
>From: "G.Gnana Arun Ganesh" <ggarung@rediffmail.com>
>Sender: "G.Gnana Arun Ganesh" <ggarung@rediffmail.com>
>References: <uURPivsuDHA.1340@TK2MSFTNGP09.phx.gbl>
<uPWfUe5uDHA.2132@TK2MSFTNGP10.phx.gbl>
<eCgfnE8uDHA.3224@tk2msftngp13.phx.gbl>microsoft.public.dotnet.framework.aspnet.security: 7824>Subject: Re: Encrypting the source code
>Date: Tue, 9 Dec 2003 08:11:43 -0800
>Lines: 105
>Message-ID: <103b01c3be6f$232ee8f0$a401280a@phx.gbl>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="iso-8859-1"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
>thread-index: AcO+byMuV3sYf8GGQgS/OPSyy0FbOA==
>Newsgroups: microsoft.public.dotnet.framework.aspnet.security
>Path: cpmsftngxa07.phx.gbl
>Xref: cpmsftngxa07.phx.gbl>NNTP-Posting-Host: tk2msftngxa12.phx.gbl 10.40.1.164
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
>
>hai
>
>Obfuscators make it harder to decompile .NET IL into C#
>code.
>
>For more info on "Obfuscators", check
>[url]http://www.gotdotnet.com/team/csharp/tools/default.aspx[/url]
>
>But if u deploy the following files:
>*.aspx, *.asax, Web.config, and *.dll (from the bin
>folder), I think there is no need for Obfuscators.
>
>warm regards,
>Arun Ganesh.
>.NET MVP>the source in the>>-----Original Message-----
>>Moveover, if you are worried about someone getting into>(did i spell that>>dll then you could always use the community obfuscator>wrote in message>>right) that comes with vs.net 2003..
>>
>>Hope this helps!
>>
>>deploy the following files:
>>*.aspx,>>"Alek Davis" <alek_xDOTx_davis_xATx_intel_xDOTx_com>>>> *.asax, Web.config, and *.dll (from the bin folder);>need to>>news:uPWfUe5uDHA.2132@TK2MSFTNGP10.phx.gbl...>>> Mohammad,
>>>
>>> What Jim is saying is: You only need to you do not>which are only used by>>> deploy *.cs, *.vb, *.sln, *.proj, and other files,>wrote in message>>> VS.NET and are not required by IIS.
>>>
>>> Alek
>>>
>>> "Jim Cheshire [MSFT]" <jamesche@online.microsoft.com>>deploy source code.>>> news:hCF$9U0uDHA.3532@cpmsftngxa07.phx.gbl...
>>> > Mohammad,
>>> >
>>> > When you deploy an application, you should not>confers no rights.>>> >
>>> > Jim Cheshire, MCSE, MCSD [MSFT]
>>> > Developer Support
>>> > ASP.NET
>>> > [email]jamesche@online.microsoft.com[/email]
>>> >
>>> > This post is provided as-is with no warranties and><mohammad@samara.fslife.co.uk>>>> >
>>> > --------------------
>>> > >From: "Mohammad Samara">V6.00.3790.0>>> > >Subject: Encrypting the source code
>>> > >Date: Fri, 5 Dec 2003 01:05:11 -0000
>>> > >Lines: 9
>>> > >X-Priority: 3
>>> > >X-MSMail-Priority: Normal
>>> > >X-Newsreader: Microsoft Outlook Express 6.00.3790.0
>>> > >X-MimeOLE: Produced By Microsoft MimeOLE>microsoft.public.dotnet.framework.aspnet.securi ty>>> > >Message-ID: <uURPivsuDHA.1340@TK2MSFTNGP09.phx.gbl>
>>> > >Newsgroups:>81.178.230.72>>> > >NNTP-Posting-Host: 81-178-230-72.dsl.pipex.com>TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.>>cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!>>> > >Path:
>>> >
>>>>microsoft.public.dotnet.framework.aspnet.security :7774>>> > phx.gbl
>>> > >Xref: cpmsftngxa07.phx.gbl
>>> >>microsoft.public.dotnet.framework.aspnet.securi ty>>> > >X-Tomcat-NG:>our clients, is there>>> > >
>>> > >Hello everybody,
>>> > >
>>> > >I have deployed an ASP.NET application for one of>application (C# code>>a>>> > >way to hide or encrypt the source code of our>>>>>> behind)
>>> > >from being diplayed by anyone else?
>>> > >
>>> > >Thanks.
>>> > >
>>> > >
>>> > >
>>> >
>>>
>>>
>>
>>.
>>Jim Cheshire [MSFT] Guest



Reply With Quote

