[issue26488] hashlib command line interface

Aviv Palivoda report at bugs.python.org
Sat Mar 5 16:54:26 EST 2016


New submission from Aviv Palivoda:

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.

----------
components: Library (Lib)
files: hashlib-script-mod.patch
keywords: patch
messages: 261225
nosy: christian.heimes, gregory.p.smith, palaviv
priority: normal
severity: normal
status: open
title: hashlib command line interface
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file42074/hashlib-script-mod.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26488>
_______________________________________


More information about the Python-bugs-list mailing list