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

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -