[EMAIL PROTECTED] said the following on 07.05.2006 12:07: > Hi > > I noticed that the md5 computed with md5 module from python is > different then the md5 sum computed with md5sum utility (on slackware > and gentoo). > > i.e. > $echo marius|md5sum > 0f0f60ac801a9eec2163083a22307deb - > >>>> test = md5.new("marius") >>>> print test.hexdigest() > 242aa1a97769109065e3b4df359bcfc9 > > > Any idea why? and how to get the same md5 sum for both calls? > > Thanks >
try md5sum marius probably "new line" character is not computed in "echo marius|md5sum" -- Dejan Rodiger - PGP ID 0xAC8722DC Delete wirus from e-mail address -- http://mail.python.org/mailman/listinfo/python-list