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.
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)