1.md5 """ from hashlib import md5 obj = md5() obj.update("yeqing".encode("utf-8")) # obj.update("wen".encode('utf-8')) # 可以添加多个被加密的内容 bs = obj.hexdi