Christian Heimes added the comment: Am 16.08.2013 18:47, schrieb Charles-François Natali: > I don't think it can be fixed. I think Christian's working on a PEP > for random number generators, which would probably make it easier, > although I din't have a look at it.
In the light of the recent Android issue with PRNGs [1] I don't think that Python should roll out its own CPRNG. I'd rather use the operation system's CPRNG or OpenSSL's CPRNG. After all we aren't crypto experts. I'd rather point my finger to OpenSSL than take the blame for a faulty CPRNG. [1] http://bitcoin.org/en/alert/2013-08-11-android ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18756> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com