[issue26488] hashlib command line interface

Aviv Palivoda report at bugs.python.org
Fri Apr 1 04:52:44 EDT 2016


Aviv Palivoda added the comment:

I am adding a new patch with changes from Martin CR (Thanks for the review) and support in the "check" option.
I also changed to examples in the Documentation to use sha256 instead of md5 as Christian asked. I left one example with sha1 so when someone read it he will see that other algorithms are supported.
As for the multi-threading feature I checked on my PC and I never reach 100% CPU when calculating a single hash so I think leaving this feature out is better.

----------
Added file: http://bugs.python.org/file42340/hashlib-script-mod-md5sum-style-3.patch

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


More information about the Python-bugs-list mailing list