I turned on FIPS compliance mode in Windows 7, but now my code does not 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 use SHA1 encryption (hashing) and TripleDes (encryption). I also tried SHA512 and AES (256-bit key).
I canโt get the project to build, but I need to compile it to use FIPS compatible algorithms.
c # visual-studio-2010 encryption fips
Scarcher2
source share