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 lunokhod
Recipients lunokhod, ronaldoussoren
Date 2014-09-17.14:11:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410963083.91.0.127109997194.issue22432@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, 

I just wanted to let you know of a bug that is related to the function "crypt" in osx (10.9.4). I have tried the default osx version of python (2.75), the brew version (2.7.8), and the macports version (2.7.7).

In short, the command

python -c 'import crypt; print crypt.crypt("test12345", "$6$salt")'

produces the output : $6n8sgZJBMh4U

The correct output should be 

$6$salt$omHbK1V1Alwa0VKXqLaW38vdS1uUhfx8GTj7XXCJcNUJxABwmYe8Vhpyt2tnnaAFC6UTI7PNk9sTtSGWGnYop.

I have no idea what the problem is.
History
Date User Action Args
2014-09-17 14:11:23lunokhodsetrecipients: + lunokhod, ronaldoussoren
2014-09-17 14:11:23lunokhodsetmessageid: <1410963083.91.0.127109997194.issue22432@psf.upfronthosting.co.za>
2014-09-17 14:11:23lunokhodlinkissue22432 messages
2014-09-17 14:11:23lunokhodcreate