Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个问题,我希望我在这里是正确的。我想在 C# 程序中使用 AES-NI 加速。我没有找到任何好的来源,并想问这是否可能以及是否有任何好的信息来源。另外我想问一下,AES-NI 支持哪些密钥大小?
AesCryptoServiceProvider 应该使用 AES-NI(和类似的指令集)。这不在文档中,但经过多次基准测试后,我注意到AES-NI 机器的性能显着提高(156 mbps,34 mbps)。所以我想假设使用 AES-NI 是安全的。