import hashlib mpsw=hashlib.md5(b'123456').hexdigest()#给123456加密,转为16进制 print(mpsw) #e10adc3949ba59abbe56e057f20f883e