Hi,
For new RijndaelManaged(), the documentation says it supports keys of 128 bits and up to 256 bits.
When you instantiate new RijndaelManaged(), it creates the Key and IV for you.
What size does it default to, 128 bits?
Hi,
For new RijndaelManaged(), the documentation says it supports keys of 128 bits and up to 256 bits.
When you instantiate new RijndaelManaged(), it creates the Key and IV for you.
What size does it default to, 128 bits?
The default key size is 256 bits, while the default blocksize is 128 bits.