python MD5加密方法

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

相關文章
相關標籤/搜索