Package | Description |
---|---|
cn.hutool.crypto.digest |
摘要加密算法实现,入口为DigestUtil
|
Modifier and Type | Class and Description |
---|---|
class |
HMac
HMAC摘要算法
HMAC,全称为“Hash Message Authentication Code”,中文名“散列消息鉴别码” 主要是利用哈希算法,以一个密钥和一个消息为输入,生成一个消息摘要作为输出。 |
Copyright © 2024. All rights reserved.