python计算md5值

from hashlib import md5
m = md5('123456')
print m.hexdigest()

 

posted on 2015-11-09 18:20  蒋乐兴的技术随笔  阅读(166)  评论(0编辑  收藏  举报

导航