Justin
Fri Dec 08 12:42:56 CST 2006
On Fri, 08 Dec 2006 11:31:25 -0600, <ABSnook@gmail.com> wrote:
> There is sensitive password data in the scripts and I was wondering
> what the best practice is for encrypting or protecting the scripts from
> prying eyes.
There is no non-reversable way to encode a VBScript file, so the best
practice is actually to not put such sensitive information in the script
at all. Can you use a trusted connection instead of a username and
password? The only other secure option I can think of would be to use the
CryptoAPI to encrypt the password in the script, but that would only mean
you would need a password to get the password, which I imagine defeats the
purpose.
--
Justin Piper
Bizco Technologies
http://www.bizco.com/