I want to be able to hide the source code from people when they are on the
internet using my vbscript (classic asp) application. The part I do not want
them to see is information like name, address, social security number.
Can you tell me how I can hide this information from users when they use
internet explorer, hit view and then select source?
I would not mind using javascript that is embedded in the classic asp
application if you could show me how to do this.
Thanks!

Re: How can I hide vbscript code by Bob

Bob
Sat Apr 07 15:38:02 CDT 2007

Wendy Elizabeth wrote:
> I want to be able to hide the source code from people when they are
> on the internet using my vbscript (classic asp) application. The part
> I do not want them to see is information like name, address, social
> security number. Can you tell me how I can hide this information
> from users when they use internet explorer, hit view and then select
> source? I would not mind using javascript that is embedded in the
> classic asp application if you could show me how to do this.
> Thanks!

Same answer as the other newsgroup you posted this to. To prevent
information from being viewed at the client via View Source, do not send it
to the client.

Please do not multipost. If you must post to multiple newsgroups, post a
single message with both newsgroups in the To field. This is called
crossposting, and its advantage is that replies to the post will be seen in
all newsgroups to which it was posted, resulting in a single conversation.

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"



Re: How can I hide vbscript code by OM

OM
Thu Apr 12 12:41:52 CDT 2007

Script Encoder
Brief Description
Script Encoder is a simple command-line tool that enables script designers
to encode their final script so that Web hosts and Web clients cannot view
or modify their source.

http://www.microsoft.com/downloads/details.aspx?FamilyId=E7877F67-C447-4873-B1B0-21F0626A6329&displaylang=en#Overview



Re: How can I hide vbscript code by Tim

Tim
Thu Apr 12 17:36:56 CDT 2007

Perhaps no more useful (and maybe less so) than obfuscation:

http://www.virtualconspiracy.com/scrdec.html
http://www.greymagic.com/security/tools/decoder/

Tim

"OM" <johnsm1th.remove_this@bk.ru> wrote in message
news:%23Lu9KnSfHHA.4064@TK2MSFTNGP03.phx.gbl...
> Script Encoder
> Brief Description
> Script Encoder is a simple command-line tool that enables script designers
> to encode their final script so that Web hosts and Web clients cannot view
> or modify their source.
>
> http://www.microsoft.com/downloads/details.aspx?FamilyId=E7877F67-C447-4873-B1B0-21F0626A6329&displaylang=en#Overview
>



Re: How can I hide vbscript code by Bob

Bob
Thu Apr 12 18:51:51 CDT 2007

You have got to be kidding us. Right?
<snicker>

OM wrote:
> Script Encoder
> Brief Description
> Script Encoder is a simple command-line tool that enables script
> designers to encode their final script so that Web hosts and Web clients
> cannot
> view or modify their source.
>
> http://www.microsoft.com/downloads/details.aspx?FamilyId=E7877F67-C447-4873-B1B0-21F0626A6329&displaylang=en#Overview

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"