摘要: #md5,解密不了import hashlibs="wendy"print(s.encode())#bytes,把字符串变成字节类型m=hashlib.md5(s.encode())result=m.hexdigest()print(result)#加盐salt='234SSSS_@###'afte 阅读全文
posted @ 2021-05-28 02:47 wxy90 阅读(59) 评论(0) 推荐(0)