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, dholth, jafo, jcea, pitrou
Date 2013-07-18.11:17:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374146226.71.0.861808777673.issue14518@psf.upfronthosting.co.za>
In-reply-to
Content
The crypt module is just a thin wrapper around crypt(3). Some operating systems have support for $2a$ but apparently I don't have one at home. Django uses https://code.google.com/p/py-bcrypt/source/browse/#hg%2Fbcrypt

http://linux.die.net/man/3/crypt
History
Date User Action Args
2013-07-18 11:17:06christian.heimessetrecipients: + christian.heimes, jafo, jcea, pitrou, dholth
2013-07-18 11:17:06christian.heimessetmessageid: <1374146226.71.0.861808777673.issue14518@psf.upfronthosting.co.za>
2013-07-18 11:17:06christian.heimeslinkissue14518 messages
2013-07-18 11:17:06christian.heimescreate