aardio 文档

crypt.hmac 库模块帮助文档

crypt 成员列表

crypt.hmac("密钥","源数据",算法ID)

返回HMAC哈希对象,算法ID默认为 _CALG_SHA1

crypt.hmac()

返回对象:cryptHashObject

crypt.hmac 成员列表

crypt.hmac.md5("密钥","源数据")

返回 HMAC-MD5 哈希对象

crypt.hmac.md5()

返回对象:cryptHashObject

crypt.hmac.sha1("密钥","源数据")

返回 HMAC-SHA1 哈希对象

crypt.hmac.sha1()

返回对象:cryptHashObject

crypt.hmac.sha256("密钥","源数据")

返回 HMAC-SHA256 哈希对象

crypt.hmac.sha384("密钥","源数据")

返回 HMAC-SHA384 哈希对象

crypt.hmac.sha512("密钥","源数据")

返回 HMAC-SHA512 哈希对象

Markdown 格式