Can someone point me to a C# program that creates a random Initialization Vector.
Specifically the vector needs to be alphanumeric with special characters and mixed case values. It must be 16 characters in length so it can be used to encrypt/decrypt an AES password.
Thanks,