How to encrypt in VBScript using AES?

Posted by Jon on Stack Overflow See other posts from Stack Overflow or by Jon
Published on 2008-11-06T22:05:56Z Indexed on 2010/03/22 19:21 UTC
Read the original article Hit count: 871

Filed under:
|
|
|
|

I am looking to encrypt some data using Rijndael/AES in VBScript using a specific key and IV value. Are there any good function libraries or COM components that would be good to use?

I looked at CAPICOM; it allows a passphrase only, and won't allow setting specific key and IV values.

© Stack Overflow or respective owner

Related posts about rfc2898

Related posts about aes