[issue13703] Hash collision security issue

Jim Jewett report at bugs.python.org
Sun Jan 29 23:39:16 CET 2012


Jim Jewett <jimjjewett at gmail.com> added the comment:

Given PYTHONHASHSEED, what is the point of PYTHONHASHRANDOMIZATION?

Alternative:

On startup, python reads a config file with the seed (which defaults to zero).

Add a function to write a random value to that config file for the next startup.

----------

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


More information about the Python-bugs-list mailing list