This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms while caching 问题及解决

一.背景

     情节1:做别的测试安装下载了软件,妈蛋结果下了百度各种捆绑软件,之后一一卸载,清洁。

     情节2:做完上述动作重启电脑后,有线连接连不上,尴尬,然后下载驱动,升级之后ok了。

二.问题

   打开vs,各种报错,报错信息如题。

三.解决办法

    百度了好久,解决办法如下:

    删除注册表某个节点即可。节点位置:HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa下的FipsAlgorithmPolicy下的FipsAlgorithmPolicy文件夹,保存,重启即可。

    这个问题查起来不容易,记录记录记录

  

时间: 2024-11-04 11:20:46

This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms while caching 问题及解决的相关文章

This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms while caching

今天运行自己的网站时报了这样一个错误,很是纳闷,这个网站运行了这么久,怎么报这个错呢,原来是做缓存的时候用到了基于windows平台的加密算法.解决方法如下: 删除注册表下的这个节点即可.删除HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa下的FipsAlgorithmPolicy文件夹.然后保存,重启程序即可.

This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms

异常消息:This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.异常信息: at System.Security.Cryptography.MD5CryptoServiceProvider..ctor()

c# 调用MD5CryptoServiceProvider出现 System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.

进注册表按Win+R运行regedit修改下面的值为0就可以了 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy\Enabled

实例化MD5CryptoServiceProvider报错:此实现不是 Windows 平台 FIPS 验证的加密算法的一部分

捕捉到 System.InvalidOperationException IsTransient=false Message=此实现不是 Windows 平台 FIPS 验证的加密算法的一部分. Source=mscorlib StackTrace: 在 System.Security.Cryptography.MD5CryptoServiceProvider..ctor() 虽然不明白原因,解决办法是:修改注册表:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl

此实现不是 Windows 平台 FIPS 验证的加密算法的一部分的解决办法方案

windoows客户端程序在中文win7操作系统上安装正常,在一台英文win7操作系统上安装后,登录的时候提示下面的错误: System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. at 翻译成中文,大概是下面的意思: 此实现不是 Windows 平台 FIPS 验证的加密算法的一部分 网上查到

解决方案:System.InvalidOperationException: 此实现不是 Windows 平台 FIPS 验证的加密算法的一部分。

System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. 引发该问题的原因是系统启动了FIPS,导致.NET Framework平台中的MD5加密及其他一些加密方法需要调用FIPS验证,但FIPS又不支持这些方法,故引发如上异常. 解决方法: 注册表HKEY_LOCAL_MACHINE\SYST

Java JDK8 Windows XP安装与“无... RegDeleteKeyExA 于... ADVAPI32.dll”的解决

[jdk-8u5-windows-i586.exe] Java JDK8 Windows XP安装与"无... RegDeleteKeyExA 于... ADVAPI32.dll"的解决 在Java JDK8安装时,我的Windows XP报"无... RegDeleteKeyExA 于... ADVAPI32.dll"错,原来是对于Windows XP不再支持了,只能手动安装. http://blog.163.com/fan_ya/blog/static/1177

Windows删除删除文件提示无法读源文件或磁盘解决方法

创建一份文本文档,写入以下二行代码: DEL /F /A /Q \\?\%1 RD /S /Q \\?\%1 保存后,把TXT改成BAT批处理格式 把要删的文件拖到这个批处理文件上,会自动运行并删除. Windows删除删除文件提示无法读源文件或磁盘解决方法,布布扣,bubuko.com

C++ 11开发环境搭建(Windows Platform)

C++ 11开发环境搭建(Windows Platform) IDE:Code::Blocks  12.11版本 Compiler:TDM-GCC        http://tdm-gcc.tdragon.net/           TDM64 Bundle GCC 4.8.1 问:什么是TDM-GCC? 答:A compiler suite for 32- and 64-bit Windows based on the GNU toolchain. tdm-gcc 官网: TDM-GCC