[docs] [issue17006] Add advice on best practices for hashing secrets

R. David Murray report at bugs.python.org
Fri Mar 14 13:55:49 CET 2014


R. David Murray added the comment:

Good point.  There is an existing warning for hash weaknesses...the whole thing could be rephrased as "Please see the security considerations section for important information on the considerations involved in using the various hashing algorithms, and notes on best practices for message and password hashing."

The whole thing could then be turned into a note...except that there is a reason that it is a warning, because some of the hashes have known weaknesses yet still must be used for certain things.  So probably it should stay a warning in this particular case.

----------

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


More information about the docs mailing list