This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, dstufft, larry, ned.deily, steven.daprano, vstinner
Date 2016-06-11.10:45:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465641933.28.0.0797017278442.issue27293@psf.upfronthosting.co.za>
In-reply-to
Content
Thx Steven.

tl;dr The OS' / Kernel's CSPRNG is safe-to-use as long as one uses the correct API: getrandom(flags=0) on Linux, getentropy() on BSD, CryptGenRandom() on Windows.

Myths about Linux's urandom: http://www.2uo.de/myths-about-urandom/

Example why user-space CSPRNG are bad: https://gist.github.com/tiran/a9ba8c51cc7d1b75d3bc1d3f24411b4c
History
Date User Action Args
2016-06-11 10:45:33christian.heimessetrecipients: + christian.heimes, vstinner, larry, ned.deily, steven.daprano, dstufft
2016-06-11 10:45:33christian.heimessetmessageid: <1465641933.28.0.0797017278442.issue27293@psf.upfronthosting.co.za>
2016-06-11 10:45:33christian.heimeslinkissue27293 messages
2016-06-11 10:45:33christian.heimescreate