摘要:
import hashlib m=hashlib.md5() m.update('你好'.encode('utf8')) m.update('hello'.encoding('utf8')) print(m.hexdigest()) m=hashlib.sha512() m.update('你好'. 阅读全文
posted @ 2018-12-06 16:34
BestSkye
阅读(140)
评论(0)
推荐(0)
浙公网安备 33010602011771号