zoukankan      html  css  js  c++  java
  • 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知不知道.

    具体解决方法:

    单击 开始 ,单击 运行 ,键入 gpedit.msc ,然后单击 确定 

  • 依次展开 计算机配置 ,展开 Windows 设置 ,展开 安全设置 ,展开 本地策略 ,然后单击 安全选项 
  • 在右窗格中, 双击 系统加密: 使用 FIPS 兼容的算法来加密,散列,和签名 ,单击禁用 ,然后单击 确定 
查看全文
  • 相关阅读:
    PowerShell2.0之Windows排错(六)检查网络故障
    确保数据安全是云计算取信于用户的关键
    企业发展如何借助“云的力量”
    PowerShell2.0之维护网络(三)设置网络适配器
    Feign最佳实践
    Nacos注册中心原理
    GateWay网关快速入门
    Nacos集群搭建
    Feign快速入门
    Feign的性能优化
  • 原文地址:https://www.cnblogs.com/solo/p/1358881.html
  • Copyright © 2011-2022 走看看