This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
System.Security.Cryptography.MD5.Create().ComputeHash(data)
这行代码会让你崩溃.
看这里的解释.FIPS是啥联邦信息处理标准.如果下图的组策略打开了,就完蛋了.
http://blogs.msdn.com/shawnfa/archive/2005/05/16/417975.aspx
This setting affects other parts of Windows, including SSL/TLS in both IE and IIS, Terminal Server, and EFS.
上次弄Terminal Server时把那个选项打开了,后来我的Fetion再也没有登陆成功过....这个Bug不知道Fetion知不知道.
依次展开 计算机配置 ,展开 Windows 设置 ,展开 安全设置 ,展开 本地策略 ,然后单击 安全选项 。
在右窗格中, 双击 系统加密: 使用 FIPS 兼容的算法来加密,散列,和签名 ,单击禁用 ,然后单击 确定 。
这行代码会让你崩溃.
看这里的解释.FIPS是啥联邦信息处理标准.如果下图的组策略打开了,就完蛋了.
http://blogs.msdn.com/shawnfa/archive/2005/05/16/417975.aspx
This setting affects other parts of Windows, including SSL/TLS in both IE and IIS, Terminal Server, and EFS.
上次弄Terminal Server时把那个选项打开了,后来我的Fetion再也没有登陆成功过....这个Bug不知道Fetion知不知道.
具体解决方法:
单击 开始 ,单击 运行 ,键入 gpedit.msc ,然后单击 确定 。