Encrypting data in vbscript



Hi,

I have to encrypt some data using an encryption algorithm like TrippleDES or
AES in VBScript. After searching I found that two system32 dlls "advadpi.dll"
and "crypt32.dll" provides this functionality. But it seems these dlls are
not COM dlls. Hence I am unable to use these dlls in vbscript.
I have two questions here:
1. Please some one let me know whether I am reffering correct dlls or not to
encrypt data in vbscript.
2. And if I am referring to the correct dlls then please put some light on
how to use these dlls in vbscript.
Thanks in advance.

Regards,
.



Relevant Pages

  • Re: Encrypting data in vbscript
    ... I have to encrypt some data using an encryption algorithm like TrippleDES or AES in VBScript. ... After searching I found that two system32 dlls "advadpi.dll" and "crypt32.dll" provides this functionality. ... Please some one let me know whether I am reffering correct dlls or not to encrypt data in vbscript. ... And if I am referring to the correct dlls then please put some light on how to use these dlls in vbscript. ...
    (microsoft.public.scripting.vbscript)
  • Re: Encrypting data in vbscript
    ... After searching I found that two system32 dlls "advadpi.dll" ... Hence I am unable to use these dlls in vbscript. ... Please some one let me know whether I am reffering correct dlls or not to ... encrypt data in vbscript. ...
    (microsoft.public.scripting.vbscript)
  • Re: Encrypting data in vbscript
    ... CAPICOM looks good to me. ... I want use this in my vbscript. ... I have to encrypt some data using an encryption algorithm like TrippleDES ... After searching I found that two system32 dlls ...
    (microsoft.public.scripting.vbscript)
  • Re: Encrypting data in vbscript
    ... I have to encrypt some data using an encryption algorithm like TrippleDES ... After searching I found that two system32 dlls ... Hence I am unable to use these dlls in vbscript. ... CAPICOM might also suit your needs. ...
    (microsoft.public.scripting.vbscript)
  • Loading xll file from vbscript only works if my associated dlls are in the path
    ... I am trying to load my xll file from vbscript. ... My xll uses 4 dlls that are found in the c:\foo directory. ... want to mess around with updating the system path. ...
    (microsoft.public.excel.programming)