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 Ron Reiter
Recipients Ron Reiter, christian.heimes, mark.dickinson, rhettinger, serhiy.storchaka
Date 2018-04-03.10:47:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522752428.17.0.467229070634.issue33213@psf.upfronthosting.co.za>
In-reply-to
Content
Also:
>>> crypt.crypt("test", "$5")
'$5yVOkTkyRzn.'
>>> crypt.crypt("test", "$6")
'$6asQOJRqB1i2'
>>> crypt.crypt("test", "$7")
'$7tSOkvDyiL6U'

So the salt is "$6"
History
Date User Action Args
2018-04-03 10:47:08Ron Reitersetrecipients: + Ron Reiter, rhettinger, mark.dickinson, christian.heimes, serhiy.storchaka
2018-04-03 10:47:08Ron Reitersetmessageid: <1522752428.17.0.467229070634.issue33213@psf.upfronthosting.co.za>
2018-04-03 10:47:08Ron Reiterlinkissue33213 messages
2018-04-03 10:47:08Ron Reitercreate