I use encryption and how encoding affects the generation of keys and initialization vectors.
I am working with TripleDESCryptoServiceProvider , which requires a 24-byte key and an 8-byte initialization vector using ASCII encoding. If I decide to use a different encoding, how will this affect the key generation and initialization vector?
What encoding should I use instead of UTF8 / 16/32?
thanks
user338195
source share