Silverlight中的FIPS合规性 [英] FIPS compliance in Silverlight

查看:89
本文介绍了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类:

https://msdn.microsoft.com/en-us/library/system.security.cryptography.aesmanaged.aspx

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



最好的问候,


Best Regards,

Yohann Lu

Yohann Lu


这篇关于Silverlight中的FIPS合规性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆