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 兼容的算法来加密,散列,和签名 ,单击禁用 ,然后单击 确定 
查看全文
  • 相关阅读:
    vs2005设置断点不能调试问题(方法三为首选项,一般都可以解决)
    SQL中内连接和外连接的问题!
    javascript读写删cookie的简单方法
    数据库语句 select * from table where 1=1 的用法和作用
    gridview 和repeater 添加序号的方法
    asp.net Forms身份验证详解(转载)
    Asp.net中的认证与授权(转载)
    ASP.NET中前台javascript与后台代码调用
    android 模拟器不能上网解决方法
    大数据量系统架构
  • 原文地址:https://www.cnblogs.com/solo/p/1358881.html
  • Copyright © 2011-2022 走看看