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 jafo, vstinner
Date 2013-01-03.02:08:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357178902.84.0.946795099283.issue12858@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that a salt must be cryptographic. Mersenne Twister should be enough to generate a salt.

Anyway, ssl.RAND_pseudo_bytes() cannot be used currently and I don't have a patch, so I prefer to close this issue.
History
Date User Action Args
2013-01-03 02:08:22vstinnersetrecipients: + vstinner, jafo
2013-01-03 02:08:22vstinnersetmessageid: <1357178902.84.0.946795099283.issue12858@psf.upfronthosting.co.za>
2013-01-03 02:08:22vstinnerlinkissue12858 messages
2013-01-03 02:08:22vstinnercreate