#-*- coding:utf-8 -*- __author__ = "MuT6 Sch01aR" import hashlib m = hashlib.md5() m.update('sch01ar'.encode("utf-8")) print (m.hexdigest())
运行结果