gpt4 book ai didi

python - hmac-sha1 哈希总是 20 个字节长吗? Python代码

转载 作者:太空狗 更新时间:2023-10-29 22:11:51 27 4
gpt4 key购买 nike

摘要是否总是 20 个字节长? len(hashed.digest()) 似乎总是 20。

hashed = hmac.new(key, signature_base_string, sha)
print hashed.digest()
print len(hashed.digest())
i = 0
for c in hashed.digest():
i = i + 1
print ord(c)
print base64.b64encode(hashed.digest())

最佳答案

所有哈希函数都有固定长度的输出。 SHA1是 160 位,或 20 个字节。

关于python - hmac-sha1 哈希总是 20 个字节长吗? Python代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6880514/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com