摘要: # 登录认证# 加密 --> 解密# 摘要算法# 两个字符串 :# import hashlib # 提供摘要算法的模块md5 = hashlib.md5()md5.update(b'123456')print(md5.hexdigest())#aee949757a2e698417463d47aca 阅读全文
posted @ 2019-06-17 19:07 18软件工程五班陈星星 阅读(249) 评论(0) 推荐(0) 编辑