>I'm looking for a solution that lets me somewhat hide the >code so it's not easily viewed, but I need to be able to >put the pages on any server. Is this still possible with >HTML Guardian, or is there anther part that needs to go >with the code in order to decipher it?
Ok... I Hope this sample would help you see this useful... I generated this using HTML Guardian
1. I created this code... Hello world page
Hello.asp
<%@ LANGUAGE="VBSCRIPT" %>
<%Option Explicit%>
<html>
<head>
<title><%="Hello World" %></title>
</head>
<body>
<%="Hello World" %>
</body>
</html>
2. Then i used the software HTML Guardian to encrypt it
and comes out with this...
Hello_E.asp
<%@ LANGUAGE="VBScript.Encode" %>
<script language = jscript runat=server>xlwd="!j!@r&!hq";udlv="dwn%r$tmj";wopy="$%&g@@f#@~^qmiotl==";ovgb="q!d!%#%&";cwjq="$vwivxfe#!";</script><%#@~^FwAAAA==@#@&r2DkKxPA6ask1kO@#@&CQYAAA==^#~@%>
<html>
<head>
<title><%=#@~^DgAAAA==E_+s^W,WMV9EPgAQAAA==^#~@%></title>
</head>
<body>
<%=#@~^DgAAAA==E_+s^W,WMV9EPgAQAAA==^#~@%>
</body>
</html>
No need to install anything on the server just deploy it in your IIS and see how it works it encrypts all your code so is safe when you deploy it.
Hope this will help you.
![[morning] [morning] [morning]](/data/assets/smilies/morning.gif)
I just love coffee.