<P>Microsoft provides an utility called Windows Script Encoder to those
developers who want to hide their source code from the others. ALP supports
encoded scripts in ASP pages and raw scripts. However the encryption implemented
by the encoder is not strong and there are certain tools which will decript the
script/page to its original form.
</p>
<p>There is no better way to keep the source code private than compiling it to native 
DLL. This can be done manually by translating the ASP page to VB DLL. Microsoft VBScript 
and Microsoft Visual Basic have bvery similar syntax. However this is not an easy task
because of the differences in the program structure. We have another product that may
help you do this - ASP Compiler (chek for details on our site).
</p>
