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 兼容的算法来加密,散列,和签名 ,单击禁用 ,然后单击 确定 
查看全文
  • 相关阅读:
    Android-TabLayout设置内容宽度以及下划线宽度
    RecyclerView 上拉加载下拉刷新
    Android自定义View实现仿QQ实现运动步数效果
    Android开发中常见的内存泄露案例以及解决方法总结
    Android封装TitleBar基本适用所有常规开发
    Activity设置背景透明之开发坑
    Android表情开发
    订制EditText光标
    Android:java.lang.OutOfMemoryError:GC overhead limit exceeded
    Android之自定义View学习(一)
  • 原文地址:https://www.cnblogs.com/solo/p/1358881.html
  • Copyright © 2011-2022 走看看