zhasm
12/28/2010 - 8:49 AM

how to use md5

how to use md5

from hashlib import md5
value=md5("some string value").hexdigest()