Is there a way to set the initialization vector? I am using a library on Windows in VB.NET to encrypt files which I want to uncrypt on a Linux system with mcrypt and I need to set the IV. From what I can tell, mcrypt is random each time and I think this is why I'm having trouble going between the two systems.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to set the initialization vector? I am using a library on Windows in VB.NET to encrypt files which I want to uncrypt on a Linux system with mcrypt and I need to set the IV. From what I can tell, mcrypt is random each time and I think this is why I'm having trouble going between the two systems.