[issue26488] hashlib command line interface

Gregory P. Smith report at bugs.python.org
Thu Aug 18 14:36:24 EDT 2016


Gregory P. Smith added the comment:

There are so many existing tools that already do this I don't really see why Python needs to become yet another one.  What is the value in doing this?

Just use the openssl command.  "openssl sha256 myfile"  Or any of the md5sum, sha1sum and other plethora of commands people also have installed.

Overall the change looks pretty good (i left a couple comments on the patch), i'm not going to object to it going in.  But I don't know why we're bothering.

----------

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


More information about the Python-bugs-list mailing list