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 geoffreyspear
Recipients geoffreyspear, lunokhod, ronaldoussoren
Date 2014-09-17.14:41:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410964861.4.0.341095416072.issue22432@psf.upfronthosting.co.za>
In-reply-to
Content
This is actually the expected behavior of crypt(3) on OS X. It doesn't support the $id$ modular format, and if the salt does not begin with an underscore only the first 2 bytes are used (presumably in your "bug #2" you're changing parts of the salt beyond the first 2 bytes.)

Python's behavior differing based on the underlying C library on the system is documented; this is neither a bug in Python or in OS X crypt (although it could be argued that OS X crypt is kind of useless and insecure...)
History
Date User Action Args
2014-09-17 14:41:01geoffreyspearsetrecipients: + geoffreyspear, ronaldoussoren, lunokhod
2014-09-17 14:41:01geoffreyspearsetmessageid: <1410964861.4.0.341095416072.issue22432@psf.upfronthosting.co.za>
2014-09-17 14:41:01geoffreyspearlinkissue22432 messages
2014-09-17 14:41:01geoffreyspearcreate