问题描述
求C#SHA-256的HMAC散列算法,贴代码!!!!
解决方案
解决方案二:
byte[]key=...;byte[]content=...;using(HMAChmac=newHMACSHA256(key)){byte[]hash=hmac.ComputeHash(content);}
时间: 2024-12-23 14:34:27
求C#SHA-256的HMAC散列算法,贴代码!!!!
解决方案二:
byte[]key=...;byte[]content=...;using(HMAChmac=newHMACSHA256(key)){byte[]hash=hmac.ComputeHash(content);}