J
Jean-Guillaume Paradis
Hi,
I've tried to use the md5 module of python 2.3.3, and the results of
a hash do not concord with those of reference sites such as
http://bfl.rctek.com/tools/?tool=hasher
I call it using
import md5
m = md5.new()
m.update("a")
print m.hexdigest()
I have not checked if the problem is the same on more recent version
though
I've tried to use the md5 module of python 2.3.3, and the results of
a hash do not concord with those of reference sites such as
http://bfl.rctek.com/tools/?tool=hasher
I call it using
import md5
m = md5.new()
m.update("a")
print m.hexdigest()
I have not checked if the problem is the same on more recent version
though