473,473 Members | 2,134 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Microsoft Script Encoder?

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
Jul 19 '05 #1
5 3120
On Fri, 13 Feb 2004 10:40:55 -0300, "Vilmar Brazão de Oliveira"
<te***@teste.teste.teste> wrote:
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
Jul 19 '05 #2
hi, it is not possible to do what I tried to do?
thanks,
--
««««««««»»»»»»»»»»»»»»
Vlmar Brazão de Oliveira
Desenvolvimento Web
HI-TEC
"Jeff Cochran" <jc*************@naplesgov.com> escreveu na mensagem
news:40****************@msnews.microsoft.com...
On Fri, 13 Feb 2004 10:40:55 -0300, "Vilmar Brazão de Oliveira"
<te***@teste.teste.teste> wrote:
Does anybody know why Microsoft Script Encoder can not encript(encode) allthe 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

Jul 19 '05 #3
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?

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"Vilmar Brazão de Oliveira" <te***@teste.teste.teste> wrote in message
news:uG**************@TK2MSFTNGP09.phx.gbl...
hi, it is not possible to do what I tried to do?
thanks,
--
««««««««»»»»»»»»»»»»»»
Vlmar Brazão de Oliveira
Desenvolvimento Web
HI-TEC
"Jeff Cochran" <jc*************@naplesgov.com> escreveu na mensagem
news:40****************@msnews.microsoft.com...
On Fri, 13 Feb 2004 10:40:55 -0300, "Vilmar Brazão de Oliveira"
<te***@teste.teste.teste> wrote:
Does anybody know why Microsoft Script Encoder can not encript(encode) allthe 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


Jul 19 '05 #4
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
"Mark Schupp" <ms*****@ielearning.com> escreveu na mensagem
news:eW**************@TK2MSFTNGP10.phx.gbl...
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?

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"Vilmar Brazão de Oliveira" <te***@teste.teste.teste> wrote in message
news:uG**************@TK2MSFTNGP09.phx.gbl...
hi, it is not possible to do what I tried to do?
thanks,
--
««««««««»»»»»»»»»»»»»»
Vlmar Brazão de Oliveira
Desenvolvimento Web
HI-TEC
"Jeff Cochran" <jc*************@naplesgov.com> escreveu na mensagem
news:40****************@msnews.microsoft.com...
On Fri, 13 Feb 2004 10:40:55 -0300, "Vilmar Brazão de Oliveira"
<te***@teste.teste.teste> wrote:

>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



Jul 19 '05 #5
On Fri, 13 Feb 2004 13:58:37 -0300, "Vilmar Brazão de Oliveira"
<te***@teste.teste.teste> wrote:
hi, it is not possible to do what I tried to do?


The script encoder encodes scripts, not HTML.

Jeff
Jul 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

24
by: Yang Li Ke | last post by:
Hi guys! Anyone know a way so that users purchasing my scripts would not be able to share them with other people ? Yang
3
by: Paul Home | last post by:
Hi How come I always encountered this error after executing the following command ? C:\Inetpub\wwwroot\ASP>screnc admin.asp eadmin.asp Scripting encoder object ("Scripting.Encoder") failed on...
0
by: rockstar1971 | last post by:
Hello. I’m working with the Windows Media Encoder SDK to create an online jukebox for myself, but I’m having problems getting it to work. Here’s what I want to do: I’ve got a large...
0
by: S.Kartikeyan | last post by:
Hello, I have a C# project. I wrote a project installer in VS.NET for it. It is working fine. The project uses Windows Media Encoder(WMEncoder.exe )and Windows Media Encoder...
34
by: kpg | last post by:
Hello all, I have an asp.net web application with tons of Java script files. I would like to protect the Java Script somehow so it can't be seen by a remote user. I found several 3rd party...
1
by: mistral | last post by:
How to uninstall windows script encoder (screnc.exe)? There are no entries in Add/Remove programs in Control Panel. However, its a single exe, but installer create program name in windows "Start"...
0
by: Crisco www.misericordia.com.br | last post by:
Hi, friends! I am develop a simple encoder app, one form with one button that start the encoder. This is my code: ============================================================= Option...
0
by: Crisco www.misericordia.com.br | last post by:
Hi I m working on WEBRADIO Software. im using Windows media encoder 9 SDK on Windows 2003 server using VB.NET. My current scenario is my soundcard . My application will push my server the...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.