摘要: import hashlib def get_md5(): obj = hashlib.md5('iuqe832643873gh'.encode('utf-8')) obj.update(data.encode('utf-8')) result = obj.hexdigest() return result USER_LIST = [] def enroll... 阅读全文
posted @ 2019-07-30 16:32 韦礼维 阅读(1566) 评论(0) 推荐(0) 编辑