Silverlight中的FIPS合规性

编程入门 行业动态 更新时间:2024-10-26 00:21:12
本文介绍了Silverlight中的FIPS合规性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

是否有任何符合FIPS标准的程序集可以替换Silverlight中的AesManaged?

Is there any FIPS compliant assembly that could replace AesManaged in Silverlight?

推荐答案

您好Enida,

Hi Enida,

任何加密实施模块(通常是库)都可以在加密模块验证程序(CMVP)中通过FIPS合规认证。 FIPS合规性保证如果实现经过认证,其中的算法(例如 AES)将符合标准规范,因此可与其他标准实现互操作。

Any cryptographic implementation module (usually a library) can be certified for FIPS compliance within the Cryptographic Module Validation Program (CMVP). FIPS compliance guarantees that if an implementation is certified, algorithms within it (say AES) will comply with the standard specification and therefore will be interoperable with other standard implementations.

目前为止据我所知,Silverlight中AES的支持只能使用AesManaged类来实现。 Silverlight有自己的CLR版本。它不使用其他.Net应用程序使用的相同CLR。

As far as I know, the support of AES in Silverlight can only use the AesManaged class to achieve. Silverlight has its own version of the CLR. It does not use the same CLR that is used by others .Net applications.

AesManaged类: msdn.microsoft/en-us/library/system.security.cryptography.aesmanaged.aspx

AesManaged Class: msdn.microsoft/en-us/library/system.security.cryptography.aesmanaged.aspx

最好的问候,

Best Regards,

Yohann Lu

Yohann Lu

更多推荐

Silverlight中的FIPS合规性

本文发布于:2023-08-01 16:44:56,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1269948.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Silverlight   FIPS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!