Can scripts be made opaque? 
Author Message
 Can scripts be made opaque?

Is it possible to prevent the source text of a .vbs or .ws script file from
being viewed?  I have some scripts that I do not want others to be able to
view or modify the contents of - is there any way to achieve this (say, by
precompiling the script into some type of object format)?

Thnx

-GW



Thu, 24 Jul 2003 10:12:16 GMT  
 Can scripts be made opaque?

When you Install Microsoft Scripting Engines Version 5.5 you get a utility to encode your source (the decoder is bult in to the engines).
Read this article by Andrew Clinick for more details...
http://msdn.microsoft.com/library/periodic/period99/scriptengine.htm

Regards,
Ian
WSH FAQ http://www.windows-script.com

Quote:

> Is it possible to prevent the source text of a .vbs or .ws script file from
> being viewed?  I have some scripts that I do not want others to be able to
> view or modify the contents of - is there any way to achieve this (say, by
> precompiling the script into some type of object format)?

> Thnx

> -GW



Thu, 24 Jul 2003 13:39:02 GMT  
 Can scripts be made opaque?

If you have trouble finding the command line encoder (like I did), try this (I hope it is the latest/only version)...
http://msdn.microsoft.com/scripting/VBScript/download/x86/sce10en.exe

Regards,
Ian
WSH FAQ http://www.windows-script.com

  When you Install Microsoft Scripting Engines Version 5.5 you get a utility to encode your source (the decoder is bult in to the engines).
  Read this article by Andrew Clinick for more details...
  http://msdn.microsoft.com/library/periodic/period99/scriptengine.htm

  Regards,
  Ian
  WSH FAQ http://www.windows-script.com


  > Is it possible to prevent the source text of a .vbs or .ws script file from
  > being viewed?  I have some scripts that I do not want others to be able to
  > view or modify the contents of - is there any way to achieve this (say, by
  > precompiling the script into some type of object format)?
  >
  > Thnx
  >
  > -GW
  >



Thu, 24 Jul 2003 14:41:08 GMT  
 Can scripts be made opaque?

Isent there a way to digital sign a vbs code in the newest version?  I recall reading that somewhere?

Jonathan Reininger

  If you have trouble finding the command line encoder (like I did), try this (I hope it is the latest/only version)...
  http://msdn.microsoft.com/scripting/vbscript/download/x86/sce10en.exe

  Regards,
  Ian
  WSH FAQ http://www.windows-script.com

    When you Install Microsoft Scripting Engines Version 5.5 you get a utility to encode your source (the decoder is bult in to the engines).
    Read this article by Andrew Clinick for more details...
    http://msdn.microsoft.com/library/periodic/period99/scriptengine.htm

    Regards,
    Ian
    WSH FAQ http://www.windows-script.com


    > Is it possible to prevent the source text of a .vbs or .ws script file from
    > being viewed?  I have some scripts that I do not want others to be able to
    > view or modify the contents of - is there any way to achieve this (say, by
    > precompiling the script into some type of object format)?
    >
    > Thnx
    >
    > -GW
    >



Sat, 26 Jul 2003 04:30:40 GMT  
 Can scripts be made opaque?

I believe that is an option available in 5.6

  Isent there a way to digital sign a vbs code in the newest version?  I recall reading that somewhere?

  Jonathan Reininger

    If you have trouble finding the command line encoder (like I did), try this (I hope it is the latest/only version)...
    http://msdn.microsoft.com/scripting/vbscript/download/x86/sce10en.exe

    Regards,
    Ian
    WSH FAQ http://www.windows-script.com

      When you Install Microsoft Scripting Engines Version 5.5 you get a utility to encode your source (the decoder is bult in to the engines).
      Read this article by Andrew Clinick for more details...
      http://msdn.microsoft.com/library/periodic/period99/scriptengine.htm

      Regards,
      Ian
      WSH FAQ http://www.windows-script.com


      > Is it possible to prevent the source text of a .vbs or .ws script file from
      > being viewed?  I have some scripts that I do not want others to be able to
      > view or modify the contents of - is there any way to achieve this (say, by
      > precompiling the script into some type of object format)?
      >
      > Thnx
      >
      > -GW
      >



Sat, 26 Jul 2003 05:47:18 GMT  
 Can scripts be made opaque?
I believe that is an option available in 5.6

The script encoder has always been a separate down;oad/install from the standard Windows Script
installation and it still is even with the 5.6 beta.

What *is* included since version 5.0 of the **scripting engines** is the abitilty to decode encoded
script.

--
Michael Harris
Microsoft.MVP.Scripting
--

Please do not email questions - post them to the newsgroup instead.
--



Sat, 26 Jul 2003 06:36:25 GMT  
 Can scripts be made opaque?
That never occured to me.

What good is using the encoding feature if it can decode easily?

Hussain


Quote:
> I believe that is an option available in 5.6

> The script encoder has always been a separate down;oad/install from the

standard Windows Script
Quote:
> installation and it still is even with the 5.6 beta.

> What *is* included since version 5.0 of the **scripting engines** is the

abitilty to decode encoded
Quote:
> script.

> --
> Michael Harris
> Microsoft.MVP.Scripting
> --

> Please do not email questions - post them to the newsgroup instead.
> --



Sat, 26 Jul 2003 19:50:34 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. filling areas without white being opaque

2. opaque drawing

3. WSH that makes a url file Makes BlueDragon.url

4. I am looking for the agfa 9000 series ppd or post script printer driver

5. i am new to VB script ..appreciate any help

6. script i am writing

7. I am new in script

8. Making the system wait for a script

9. logon script - making changes to the registry

10. Problem with logon script made in WSH on W98

11. making an external scripting run in-process

12. Here is a script that makes Driveway.url

 

 
Powered by phpBB® Forum Software