问题描述
是AES 256下的WCF消息安全性吗? Fips 140-2合规?如果是这样,您可以发布链接吗?
Is WCF Message Security under AES 256 Fips 140-2 Compliant? If so, can you post a link?
推荐答案
我不确定您指的是什么标准.我做了一些研究,发现:
I'm not sure what standard you're refering to. I did some research and could found:
FIPS 140-2安全策略:
FIPS 140-2 Security Policy:
http://csrc.nist.gov/groups/STM /cmvp/documents/140-1/140sp/140sp791.pdf
FIPS PUB 140-2:
FIPS PUB 140-2:
http://csrc.nist.gov/publications/fips/fips140-2/fips1402 .pdf
其中一个是"AES 256" Fips 140-2合规"?
Which one is the "AES 256 Fips 140-2 Compliant"?
如果您要使用WCF中的AES-256加密消息,则受支持.您可以选择算法套件:
If you mean you want to use AES-256 to encrypt message in WCF it's supported. You can choose the algorithm suit:
http://msdn.microsoft.com/en-us/library/bb226514(BTS.10).aspx
如果这不是您的意思,请澄清问题.
If it is not what you mean please clarify the question.
这篇关于FIPS符合WCF消息安全性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!