Hi,
I'm getting my head around encryption and how encoding affects generation of the keys and initialization vectors.
I'm working with a TripleDESCryptoServiceProvider
which requires 24 byte key and 8 byte initialization vector using ASCII encoding. If i decide to use a different encoding , how will this affect generation of the key and the initialization vector?
Which encoding should I be using instead UTF8/16/32?
Thank you