Smerk. :-) encrypts html... well  I guess you could call it that.

It just converts ASCII and nonalphanumeric characters using a percent sign
followed by the two character hexadecimal representation of the character
code.  Just like URLEncodedFormat() does in CF.

Mark W. Breneman
-Macromedia Certified ColdFusion Developer
-Network / Web Server Administrator
  Vivid Media
  [EMAIL PROTECTED]
  www.vividmedia.com
  608.270.9770

-----Original Message-----
From: Turetsky, Seth [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 04, 2002 1:34 PM
To: CF-Talk
Subject: RE: Hiding Source Code


Never used it anywhere, but this encrypts your source code, yet the browser
can still open it.
http://www.iwebtoolkit.com/tools/html-encrypt/
i'm sure there's a way to decrypt it back though

Seth Turetsky
Interactive Media Technology
Credit Suisse First Boston

-----Original Message-----
From: Mark W. Breneman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 04, 2002 2:33 PM
To: CF-Talk
Subject: RE: Hiding Source Code


Ah, hide html?  I don't expect there is a way of doing that.  The browser
needs the html code to render the visible page.  No HTML no webpage.

I did run a cross a guy a few years back that was overly afraid that his
html code would be stolen and reused on other sites. So he found a html tool
that would remove all extra spaces and all line brakes.  The html code would
be turned into 1 really long line of code.  I found that almost any program
like dream weaver or CF studio would fix his code so I could read it easily.

Any reason you are looking to hide your HTML?

Mark W. Breneman
-Macromedia Certified ColdFusion Developer
-Network / Web Server Administrator
  Vivid Media
  [EMAIL PROTECTED]
  www.vividmedia.com
  608.270.9770

-----Original Message-----
From: Paul [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 04, 2002 1:33 PM
To: CF-Talk
Subject: RE: Hiding Source Code


I apologize my question should of been more clear. I realize that the CF
code is hidden, but I was hoping coldfusion could somehow block out the HTML
code as well?

-Paul

Paul writes:

>>From what I have read, their is no real effective way to hide source code
in HTML, is their a way to hide source code with .cfm pages?
>
> Thanks for any replies
>
CF source code is executed on the server, and 'converted' into HTML before
being sent to the client. So CF code (any server side code, such as ASP,
PHP, JSP, etc) is effectively hidden.
> -Paul
>
>




______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to