RE: A way to hide the CF source on a website?

2002-04-23 Thread Tim Claremont
You can encrypt it, or you can disable the right mouse click. However, most browsers have a view source button or drop down which will still work. The problem is that once the code has reached the end user's 'puter, it is visible by necessity so the browser knows what to do with it.

RE: A way to hide the CF source on a website?

2002-04-23 Thread Ken Wilson
Depends on what you mean by hide and who you are wanting to hide it from. Ken -Original Message- From: Charles Nahm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 11:33 AM To: CF-Talk Subject: A way to hide the CF source on a website? Is there a way to do this? Thanks,

Re: A way to hide the CF source on a website?

2002-04-23 Thread Stephen Moretti
Is there a way to do this? What do you mean hide the CF source? Do you mean hide the fact that the page that a user is accessing is a ColdFusion page? Stephen __ This list and all House of Fusion resources hosted by

RE: A way to hide the CF source on a website?

2002-04-23 Thread Jerry Johnson
Except the CF source does not appear at the browser, that is server-side code. What appears at the browser is just the (HTML) or whatever mime info is being sent. Who is viewing the source that shouldn't? Is it the client/browser? They should not be seeing any CF. Is it the web host? Then

RE: A way to hide the CF source on a website?

2002-04-23 Thread Steve Green
You can't see the CF source on a website as its been processed server side 1st. All you see on the website is the resulting html. SteG. -Original Message- From: Charles Nahm [mailto:[EMAIL PROTECTED]] Sent: 23 April 2002 16:33 To: CF-Talk Subject: A way to hide the CF source on a

RE: A way to hide the CF source on a website?

2002-04-23 Thread Haggerty, Michael A.
An excellent method I have used in the past is to include a file at the top of ech page with the following characters: !--- and another in the footer of each page with: //--- Good luck, M -Original Message- From: Charles Nahm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002

Re: A way to hide the CF source on a website?

2002-04-23 Thread Alex
Try the encryption utility. Or if you have the time, write a utility like py2exe (python's executable generator). On Tue, 23 Apr 2002, Charles Nahm wrote: Is there a way to do this? Thanks, Charles __ Your ad could be

RE: A way to hide the CF source on a website?

2002-04-23 Thread Tony_Petruzzi
I'll be honest, there is not way! yes you can encrypt it with cfencrypt and I can download a program that will unencrypt it. there is no way for someone to right-click in their browser to view your CF code.(NOTE: this is possible with the .htr and a bunch of other security flaws. are you up to

RE: A way to hide the CF source on a website?

2002-04-23 Thread Tim Claremont
Yes, I guess I was not quite clear. Since the CF source does NOT appear, I only assumed that she meant the resultant HTML code. -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 11:29 AM To: CF-Talk Subject: RE: A way to hide the CF source

RE: A way to hide the CF source on a website?

2002-04-23 Thread Dave Watts
Subject: A way to hide the CF source on a website? Is there a way to do this? It depends on what you mean by this. The CFML within your script isn't sent to the browser; only the output of your script is sent to the browser. If you want to hide the CFML source from other people with access

RE: A way to hide the CF source on a website?

2002-04-23 Thread Tony_Petruzzi
http://shrewm.net/cfd/ Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 11:28 AM To: CF-Talk Subject: Re: A way to hide the CF source on a website? Try the

RE: A way to hide the CF source on a website?

2002-04-23 Thread Charles Nahm
-Original Message- From: Ken Wilson [mailto:[EMAIL PROTECTED]] Depends on what you mean by hide and who you are wanting to hide it from. I guess by hide I mean things like file locations, IPs, certain keys and strings and such for server side processing of tasks such as CC validation or

RE: A way to hide the CF source on a website?

2002-04-23 Thread BillyC
Keep in mind that the Java .class file portability is only something that was mentioned in early whitepapers and some early demo's - until this is confirmed as being in the next product, I would caution against basing any business models on what is, until in a production-level product,

RE: A way to hide the CF source on a website?

2002-04-23 Thread Dave Watts
the only thing you can do is way until CFMX hits. if you happened to watch the presentation that they did for it at CFSOUTH, (can't remember which one, anyone know? they had this posted on MM site for awhile) supposedly you can now compile your CFM templates to JAVA CLASS files and

RE: A way to hide the CF source on a website?

2002-04-23 Thread Charles Nahm
-Original Message- From: Tim Claremont [mailto:[EMAIL PROTECTED]] Yes, I guess I was not quite clear. Since the CF source does NOT appear, I only assumed that she meant the resultant HTML code. I did not realize the CF source does not appear. I am sorry for the confusion. I am still a

RE: A way to hide the CF source on a website?

2002-04-23 Thread Neil Clark - =TMM=
AFAIK, you cannot encrypt HTML source as it is interpreted by the browser itself Of course you can hide CFML as its parsed by the Server side (unless you append +.htr after a .cfm call and they haven't patched the server - then you can see it all!) - you will be surprised how many people have

RE: A way to hide the CF source on a website?

2002-04-23 Thread BillyC
Tony, Prepare to be flamed. That happened to me when I posted that link once. How dare you! You have totally ruined my entire business model! I'm going to lose all sorts of money due to people decrypting my five line encrypted custom tag that I'm charging $149 for! It's all your fault,

RE: A way to hide the CF source on a website?

2002-04-23 Thread Neil Clark - =TMM=
I am sure decrypting an encrpyted template, especially a 3rd party one, it against the software agreement :-? __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

RE: A way to hide the CF source on a website?

2002-04-23 Thread Rafael (Alan Bleiweiss)
Personally, I'm glad the Decrypt link was posted - it reminded me that secure is only secure til someone else decides they want to find a way to make it un-secure, and then it will only be a matter of time before they or someone else succeeds. At 10:55 AM 04/23/2002 -0500, you wrote: Tony,

RE: A way to hide the CF source on a website?

2002-04-23 Thread Haggerty, Michael A.
I have noticed links to it posted on several user groups Web sites... it really is a useful tool when you consider the troubling situation of having an encrypted file with no plaintext backup. M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April