Which .NET SHA1 class is FIPS compliant? -
I am using the SHA1Managed
class in my code, but when I leave this one I get this exception on a special machine:
System. Invalid Operation exception: This implementation is not part of the valid cryptographic algorithm using Windows platform FIPS.
Issue SHA1 managed /
, which is not FIPS compatible.
Which is the .NET SHA1 class FIPS consolidated?
(I can only try them all, I think, but I have no problem with the machine, and I suspect that I will not be able to enable the FIPS on my development machine. I'm lazy.)
You may find it helpful to be FIPS compatible.
Comments
Post a Comment