Mcrypt for rijndael-128 : how do I set the Initialization Vector?

Posted by Jacko on Stack Overflow See other posts from Stack Overflow or by Jacko
Published on 2010-03-26T03:39:31Z Indexed on 2010/03/26 3:43 UTC
Read the original article Hit count: 285

Filed under:
|

I would like to encrypt a file using AES (rijndael 128) with the mcrypt command line tool. I would like to set the initialization vector to a specific value. How can I do this?

I am pretty new to encryption, btw.

Thanks!

© Stack Overflow or respective owner

Related posts about aes

Related posts about mcrypt