Microsoft Script Encoder?

  • Thread starter Vilmar Brazão de Oliveira
  • Start date
V

Vilmar Brazão de Oliveira

HI there,
Does anybody know why Microsoft Script Encoder can not encript(encode) all
the page including html, js, vbs and asp parts?
- In asp case only encoded the asp part. Page.asp
- In html case only encoded script part(js and vbs). Page.htm

It follows the page.htm:
<html>
<head>
<title>Entretenimento</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<script language="JavaScript" type="text/JavaScript">
window.status = "teste Microsoft® Script Encoder"
alert("oi js");
</script>
<table width="100%" border="0" align="center" cellpadding="0"
cellspacing="2">
<tr>
<td colspan="2" align="center"><font size="2" face="Verdana, Arial,
Helvetica,
sans-serif"><strong><em><u>Entretenimento</u></em></strong></font></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td colspan="2"><strong><font size="2" face="Georgia, Times New Roman,
Times, serif">Guaruj&aacute;</font></strong></td>
</tr>
<tr>
<td width="7%">&nbsp;</td>
<td width="93%"><a href="#">Apresenta&ccedil;&atilde;o</a></td>
</tr>
</table>

</body>
</html>
<script language="VBScript" type="text/VBScript">
alert("oi vbs")
document.write("<p>bom dia!")
</script>

»» What has of difference in asp page is this(page.asp):
<%@language="vbscript" codepage="1252"%>
<%
Dim Data
Data = Date
Response.Write "Data: " & Data
%>

thanks,
--

««««««««»»»»»»»»»»»»»»
Vlmar Brazão de Oliveira
Desenvolvimento Web
HI-TEC
 
J

Jeff Cochran

Does anybody know why Microsoft Script Encoder can not encript(encode) all
the page including html, js, vbs and asp parts?

Because that's the way it works. Of course, you'd expect it to do
what you require if it were called the Microsoft *Page* Encoder... :)

Jeff
 
M

Mark Schupp

It is not clear exactly what you intended.

Are you trying to encrypt the HTML code so that it cannot be seen by the
client?
Or are you trying to protect the source code of your application on the
server?
 
V

Vilmar Brazão de Oliveira

hi, it is not possible to do what I tried to do?
thanks,
--


««««««««»»»»»»»»»»»»»»
Vlmar Brazão de Oliveira
Desenvolvimento Web
HI-TEC
 
V

Vilmar Brazão de Oliveira

HI,
I am trying to not show my code on the web.
I found some solutions to encript html code too using javascript to generate
the code.
thanks
--


««««««««»»»»»»»»»»»»»»
Vlmar Brazão de Oliveira
Desenvolvimento Web
HI-TEC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top