Re: ASP

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



You can obfuscate the code by making hard to read (there are tools to do this), but it won't deter an experience programmer from being able to get at the code.

Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com




"UB" <UB@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:00DB1B9B-25C3-4A7F-9204-DD6A6D89D41A@xxxxxxxxxxxxx:

The application at this point is written in ASP Classic. It is large and will
not be changed to .Net for some time.

Is it still possible to protect my AP code from being viewed and stolen.
I realize that nothing is totally safe.

--
Thank You
UB


"Bryan Phillips" wrote:


> I am assuming that you mean an ASP.Net application. If so, you can
> protect your code as long as the source code is not deployed and you
> have used an obfuscation utility such as the free one that comes with
> VS.Net. Keep in mind that anything can ultimately be compromised.
>
> Bryan Phillips
> MCSD, MCDBA, MCSE
> Blog: http://bphillips76.spaces.live.com
>
>
>
>
> "UB" <UB@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:A7BA60DF-3D75-4459-B51E-4498E2235E66@xxxxxxxxxxxxx:
>

> > I have a database ASP program that works off a centralized server. Now the
> > client wants me to put it on laptops using SQL Server 2005 Express. I can do
> > this but do not know of any way to protect my AP code from being viewed and
> > stolen. Is there any easy or not too time consuming way to do this?
>

>

.



Relevant Pages

  • Re: FAQ Topic - How do I protect my javascript code?
    ... FAQ Topic - How do I protect my javascript code? ... you could always obfuscate or minify the code ... If the code is non-trivial to the point of being worth stealing then ...
    (comp.lang.javascript)
  • Re: [dll - after Obfuscation] Problem: precompilation needed?
    ... Obfuscate it before you precompile it. ... I decid to protect my web app ... I loaded the precopiled dll I had ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Question related to string functions
    ... experience programmer and it is working fine. ... It fails to protect its key buffer against overruns, ...
    (comp.lang.c)
  • Re: [OBFUSCATING] From $20 to $300 ??
    ... software to do it, but the licence price shifts-scrolls tenfold, anyway ... However, if the objective is to obfuscate to untrained eyes, my ... I think probably the best route would be to go the Zend Guard ... out money to protect it, just fork out the money and get it over with. ...
    (comp.lang.php)
  • Re: Software protection(copying or reverse engineering etc)
    ... you need to do 2 things in order to protect the app - ... First - use licenses to secure the controls and the components that you're ... distributing - there is a build in mechanism for this - for more info check ... Second - - obfuscate the assemblies in their final version with some ...
    (microsoft.public.dotnet.languages.csharp)