发布时间:2023-03-09 17:50:06来源:本站阅读(945)
public static byte[] HmacSHA256(string secret, string signKey)
{
using var mac = new HMACSHA256(Encoding.UTF8.GetBytes(signKey));
byte[] hash = mac.ComputeHash(Encoding.UTF8.GetBytes(secret));
return hash;
}
关键字: HMACSHA256
1775
1752
1301
991
876
350
1855
1560
4274
1584
9593
5996
5523
5116
4567
4274
3415
3336
3335
3269