cpython/Demo/md5test
Brian Curtin 5f6b4a53c2 Merged revisions 82351 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82351 | brian.curtin | 2010-06-28 19:14:28 -0500 (Mon, 28 Jun 2010) | 3 lines

  Update md5driver.py for 3.x.
  Changed an import, replaced md5.new() with md5(), and added an encode where needed.
........
2010-06-29 00:17:01 +00:00
..
README initial checkin 1994-10-08 19:17:34 +00:00
foo initial checkin 1994-10-08 19:17:34 +00:00
md5driver.py Merged revisions 82351 via svnmerge from 2010-06-29 00:17:01 +00:00

README

This is the Python version of the MD5 test program from the MD5
Internet Draft (Rivest and Dusse, The MD5 Message-Digest Algorithm, 10
July 1991).  The file "foo" contains the string "abc" with no trailing
newline.

When called without arguments, it acts as a filter.  When called with
"-x", it executes a self-test, and the output should literally match
the output given in the RFC.

Code by Jan-Hein B\"uhrman after the original in C.