Windows Script Host engine does NOT supports encrypted scripts.

It supports encoding. Encoding means that the script is passed through a 
text-encoding cipher, which replaces the original text. Therefore, the 
encoded script could be decoded by any program that can decipher the text 
cipher, without the need for an encryption key.     

Cheers,
Bill

In a message dated 6/9/01 9:07:41 AM Eastern Daylight Time, 
[EMAIL PROTECTED] writes:


> That's not encryption at all, it's just escaping (or URL encoding)
> characters. You can still read it pretty easily, or you can copy it into
> your own page and run the unescape function on it.
> 
> You can encrypt scripts if you're going to run them on IE; the Windows
> Script Host engine supports encrypted scripts:
> 
> http://msdn.microsoft.com/scripting/
> 
> Dave Watts, CTO, Fig Leaf Software
> 






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to