473,769 Members | 6,473 Online
Bytes | Software Development & Data Engineering Community
+ 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>Entreten imento</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<script language="JavaS cript" 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>Entreten imento</u></em></strong></font></td>
</tr>
<tr>
<td colspan="2">&nb sp;</td>
</tr>
<tr>
<td colspan="2"><st rong><font size="2" face="Georgia, Times New Roman,
Times, serif">Guaruj&a acute;</font></strong></td>
</tr>
<tr>
<td width="7%">&nbs p;</td>
<td width="93%"><a href="#">Aprese nta&ccedil;&ati lde;o</a></td>
</tr>
</table>

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

»» What has of difference in asp page is this(page.asp):
<%@language="vb script" 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 3143
On Fri, 13 Feb 2004 10:40:55 -0300, "Vilmar Brazão de Oliveira"
<te***@teste.te ste.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.te ste.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.te ste.teste> wrote in message
news:uG******** ******@TK2MSFTN GP09.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.te ste.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*****@ielear ning.com> escreveu na mensagem
news:eW******** ******@TK2MSFTN GP10.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.te ste.teste> wrote in message
news:uG******** ******@TK2MSFTN GP09.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.te ste.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.te ste.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
5057
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
7136
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 C:\Inetpub\wwwroot\ASP\ admin.asp
0
501
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 collection of mp3 files that I listen to at work from my home server. I simply share them out from IIS and then open playlist files in WMP to play lists of songs. This works well fairly well. However, most of my mp3s are encoded at 192kbps or higher,...
0
1505
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 SDK(WMEncoderSDK.exe). These are dependencies. I want my project installer to automatically install these dependencies too
34
3330
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 solutions, but I thought I remember that there was a way to 'compile' java script and use that instead of the actual script?
1
2566
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" menu > programs, as well as write application name in Registry. How to uninstall script encoder safely and correctly, include windows "Start" menu entries? Thanks,
0
3803
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 Explicit On
0
2812
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 live audio on specific port. I am using Windows media encoder sdk sample (entire code), currently i
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9996
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9865
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8872
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7410
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5307
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3964
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 we have to send another system
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.