md5加密

import hashlib

hash= hashlib.md5()
hash.update('admin')
print hash.hexdigest()

posted @ 2017-07-18 00:16  有肉的三明治  阅读(100)  评论(0编辑  收藏  举报