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

发布于 2024-07-08 01:36:04 字数 137 浏览 3 评论 0原文

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

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

默认大小是多少,128 位?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

溺ぐ爱和你が 2024-07-15 01:36:04

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文