RijndaelManaged supports 128-256 bit key, what key size the default constructor generator?

余生颓废 提交于 2019-12-05 12:51:16

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/281158/rijndaelmanaged-supports-128-256-bit-key-what-key-size-the-default-constructor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!