----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 01, 2001 4:03 PM
Subject: RE: Encrypted ASP


> > Does anyone know where to find a decrypting program for encrypted ASP
> > scripts?  I'm guessing the MS encryption algorithm probably isn't much
> > better than that used by Allaire.
>
> I searched the web for a couple hours once, and came up dry. Which makes
> me happy. :) I'm sure it's out there, but it's nowhere near as easy to
> find as the cf decrypter.
>
> Only downside to the ASP encrypter is that the entire file is encrypted...
> only the asp code. So folks can still make changes to any exposed HTML
> output items. (And wrapping all the output in Response.writes is a big
> pain.)

I'm not sure that's necessarily a downside.  You might mix encrypted code
with less critical output code that you don't mind being modified.

In my situation, however, the application I'm looking at has a lot of the
page output code encrypted.  I'd just like to be able to get into this
output code and couldn't care less about what's being hidden.  The
application is pretty simple, I'm guessing that the reason some of it is
encrypted is that it would expose the interface to several services running
on server.

Jim


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to