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 vstinner
Recipients dbagnall, mark.dickinson, rhettinger, sturlamolden, vstinner
Date 2011-08-30.14:42:47
SpamBayes Score 0.059064165
Marked as misclassified No
Message-id <1314715368.58.0.486595675611.issue12754@psf.upfronthosting.co.za>
In-reply-to
Content
Before trying to find the best (CS)PRNG, can't we start with ssl.RAND_bytes() and ssl.RAND_pseudo_bytes()? I would be nice to use ssl.RAND_pseudo_bytes() to generate crypt.mksalt(): see issue #12858
History
Date User Action Args
2011-08-30 14:42:48vstinnersetrecipients: + vstinner, rhettinger, dbagnall, mark.dickinson, sturlamolden
2011-08-30 14:42:48vstinnersetmessageid: <1314715368.58.0.486595675611.issue12754@psf.upfronthosting.co.za>
2011-08-30 14:42:48vstinnerlinkissue12754 messages
2011-08-30 14:42:47vstinnercreate