python MD5加密方法

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

相关文章
相关标签/搜索