RijndaelManaged支持128-256位密钥,默认构造函数生成器的密钥大小是多少?

时间:2022-07-18 19:43:17

For new RijndaelManaged(), the documentation says it supports keys of 128 bits and up to 256 bits.

对于新的RijndaelManaged(),文档说它支持128位和256位的密钥。

When you instantiate new RijndaelManaged(), it creates the Key and IV for you.

当您实例化新的RijndaelManaged()时,它会为您创建Key和IV。

What size does it default to, 128 bits?

默认大小为128位?

1 个解决方案

#1


21  

The default key size is 256 bits, while the default blocksize is 128 bits.

默认密钥大小为256位,而默认大小为128位。

#1


21  

The default key size is 256 bits, while the default blocksize is 128 bits.

默认密钥大小为256位,而默认大小为128位。