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 兼容的算法来加密,散列,和签名 ,单击禁用 ,然后单击 确定 
查看全文
  • 相关阅读:
    ssh login nova vm
    Vxlan 原理
    nova的wsgi介绍【WIP】
    python entry points 例子
    libvirt python binding 变成了一个新项目
    libvirt python binding 变成了一个新项目了。
    ubuntu15.04下编译 libvirt
    qemu 调试(二)
    微信公众平台开发接口PHP SDK完整版
    php中单例模式的解析说明
  • 原文地址:https://www.cnblogs.com/solo/p/1358881.html
  • Copyright © 2011-2022 走看看