标签: c# cryptography hmac sha512 fips
我需要在2.0,3.5框架版本的FIPS模式编译下更换SHA512Managed,HMACSHA512加密算法。 如何在FIPS合规性下实现这一目标
m_hashAlgorithm = new SHA512Managed(); m_hmacSha = new HMACSHA512();