I've enabled FIPS compliance mode in Windows 7, but now my code fails to compile with the following error:
Source file 'whatever.cs' could not be opened ('This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.')
I'm using SHA1 (hashing) and TripleDes (encryption) encryption. I also tried SHA512 and AES (256 bit key).
I can't get the project to build any more, but I need to compile it to use FIPS Compliant algorithms.