Dec 4, 2008

python md5

import md5
hash = md5.new()
hash.update('test')
hash.hexdigest()

No comments:

Post a Comment

您的评论将使我blog更有动力~