python之hashlib模块
摘要:
from hashlib import md5, sha512 # from _hashlib import HASH def main(): # md = md5() md = sha512() # print(type(md), md) md.update('zxl'.encode()) md.update('hhu'.encode()) ... 阅读全文
posted @ 2017-09-23 14:39 靖康耻 阅读(156) 评论(0) 推荐(0)
浙公网安备 33010602011771号