md5



mad5_obj = hashlib.md5(bytes('lovuever',encoding='utf-8'))

mad5_obj.update(bytes(args,encoding='utf-8'))

return mad5_obj.hexdigest()
原文地址:https://www.cnblogs.com/lovuever/p/6726753.html