[issue28503] [Patch] '_crypt' module: fix implicit declaration of crypt(), use crypt_r() where available

Antoine Pitrou report at bugs.python.org
Wed Oct 25 03:23:29 EDT 2017


Antoine Pitrou <pitrou at free.fr> added the comment:

I'm not sure performance matters.  Modern crypt() algorithms should actually be slow enough (using a large number of rounds) to make brute-force attacks impractical...

----------
nosy: +pitrou
versions: +Python 3.7 -Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue28503>
_______________________________________


More information about the Python-bugs-list mailing list