我在 Windows 7 中启用了 FIPS 合规模式,但现在我的代码无法编译并出现以下错误:
Source file 'whatever.cs' could not be opened ('This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.')
我正在使用 SHA1(散列)和 TripleDes(加密)加密。我还尝试了 SHA512 和 AES(256 位密钥)。
我无法再构建项目,但我需要编译它以使用符合 FIPS 的算法。