[issue13703] Hash collision security issue

STINNER Victor report at bugs.python.org
Fri Jan 6 01:23:11 CET 2012


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Note for myself, random-2.patch: _PyRandom_Init() must generate a prefix and a suffix different than zero (call PyOS_URandom in a loop, and fail after 100 tries).

----------

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


More information about the Python-bugs-list mailing list