python的md5加密

import hashlib
import time
#md5加密
src="i am guanguan"
token=hashlib.md5(src).hexdigest()
print token

timestamp = int(time.time())
print str(timestamp)
相關文章
相關標籤/搜索