Top "Fips" questions

The term "fips" commonly refers to the Federal Information Processing Standards Publication 140 (FIPS 140), a document published by the National Institute of Standards and Technology (NIST), a U.S. government agency.

enforceFIPSPolicy flag in web.config doesn't seem to working for web application

I'm trying to set up a web application to work in an environment where the FIPSAlgorithmPolicy is set to 1 in …

c# .net asp.net iis fips
This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms while caching

We have created a web app that caches a drop down list of states and only recaches once a week. …

fips
Is there a keyed SHA256 hash algorithm that is FIPS compliant for .NET?

I am creating a keyed SHA256 hash using HMACSHA256 with the following code: HMACSHA256 hmac = new HMACSHA256(Encoding.UTF8.GetBytes(…

c# .net hash sha256 fips