Would it be possible to switch out the MD5CryptoServiceProvider in Chutzpah.Utility.Hasher to a FIPS Certified provider (i.e. AesCryptoServiceProvider, SHA256CryptoServiceProvider, SHA384CryptoServiceProvider, and SHA512CryptoServiceProvider)? When FIPSAlgorithmPolicy is enabled in the registry, Chutzpah doesn't run. Thanks.
Comments: That seems reasonable. I will look into it. I chose MD5 because it was weak and generated short paths. I don't want to generate super long paths.
Comments: That seems reasonable. I will look into it. I chose MD5 because it was weak and generated short paths. I don't want to generate super long paths.