Jun 20, 2011

Encription (len=128)

import hashlib
o = hashlib.sha512("22222@aaa.com" + str(datetime.datetime.now()))
o.hexdigest()

No comments: