摘要:
1、hashlib 下文中m=hashlib改为m=hashlib.md5 import hashlib m=hashlib.md5() m.update('123456'.encode='utf-8') print(m.hexdigest()) #加盐 m=hashlib(b'bilibili') 阅读全文
posted @ 2018-04-23 18:08
Gentleman王
阅读(117)
评论(0)
推荐(0)
浙公网安备 33010602011771号