]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
This is a trivial command line utility to print MD5 checksums.
authorGuido van Rossum <guido@python.org>
Fri, 22 Jun 2001 16:05:48 +0000 (16:05 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 22 Jun 2001 16:05:48 +0000 (16:05 +0000)
commit9966e2c6631143445d4faa34fb245524fe95b4b7
tree37d0724601e0b28447fa698f40bacb433b4dea8e
parent93438bf0a24ca1de4f1707a45be28e9621739184
This is a trivial command line utility to print MD5 checksums.
I published it on the web as http://www.python.org/2.1/md5sum.py
so I thought I might as well check it in.

Works with Python 1.5.2 and later.

Works like the Linux tool ``mdfsum file ...'' except it doesn't take
any options or read stdin.
Tools/scripts/md5sum.py [new file with mode: 0644]