Node.js中使用HMAC进行hash加密 前端攻城 2019-12-03 0条评论 crypto, hash, hmac, nodejs HMAC是密钥相关的哈希运算消息认证码(Hash-based Message Authentication Code)的缩写。它的过程是把消息M和密钥s作为输入,使用hash算法生成一个定长的消息摘要。