This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author palaviv
Recipients christian.heimes, gregory.p.smith, palaviv
Date 2016-03-05.21:54:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457214866.19.0.989950954277.issue26488@psf.upfronthosting.co.za>
In-reply-to
Content
I am suggesting to add a command line interface to the hashlib module. A simple example of the api I suggest is:
$ python -m hashlib md5 /bin/sh
$ d985d0ea551c1253c2305140c583d11f

A patch is included.
History
Date User Action Args
2016-03-05 21:54:26palavivsetrecipients: + palaviv, gregory.p.smith, christian.heimes
2016-03-05 21:54:26palavivsetmessageid: <1457214866.19.0.989950954277.issue26488@psf.upfronthosting.co.za>
2016-03-05 21:54:26palavivlinkissue26488 messages
2016-03-05 21:54:26palavivcreate