: -----Original Message-----
   : From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
   : Of Andre` Niel Cameron
   : Sent: Thursday, December 20, 2001 6:54 PM
   : To: [EMAIL PROTECTED]
   : Cc: [EMAIL PROTECTED]
   : Subject: [CGI] Hide Source?
   :
   :
   : HI,
   :
   : I needs some tips and or place to find code to hide my source code.  not
   : just encrypt the perl scripts but to disable the view source so people can
   : not see my query_string calls and html source.  Does ANYONE have a
   : solution?


You can't do that.  Sorry, Andre`.  When you make a document public on the net,
you can never keep it private from everyone all of the time -- no matter what
you do, because it is public.

Look at the top of the source from HTML pages on prominent websites and personal
homepages alike, and you'll see that they all say something like this:

<!DOCTYPE html PUBLIC
   "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>


....the key word here being 'PUBLIC'.



  -Tommy Butler, consultant

   Atrixnet, for Internet Business Software

      http://atrixnet.com

      2200 North Lamar
      Suite 307
      Dallas, TX
           75202


--

Visit the open source Perl archives at Atrixnet
   http://www.atrixnet.com/pub/


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to