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 dholth
Recipients dholth
Date 2012-04-06.19:42:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333741347.69.0.597224923936.issue14518@psf.upfronthosting.co.za>
In-reply-to
Content
The prefix for bcrypt '$2a$' is supported on many systems and could be added to crypt.py

Could the documentation mention the available rounds parameter for most of these newer hashes? And that Unicode strings are automatically converted to utf-8 before being passed into the OS crypt() function, or is that just assumed to be common knowledge?
History
Date User Action Args
2012-04-06 19:42:27dholthsetrecipients: + dholth
2012-04-06 19:42:27dholthsetmessageid: <1333741347.69.0.597224923936.issue14518@psf.upfronthosting.co.za>
2012-04-06 19:42:27dholthlinkissue14518 messages
2012-04-06 19:42:26dholthcreate