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 pvo
Recipients mark.dickinson, pvo
Date 2010-05-03.09:10:55
SpamBayes Score 0.006465111
Marked as misclassified No
Message-id <1272877857.42.0.480153548394.issue8596@psf.upfronthosting.co.za>
In-reply-to
Content
OpenBSD's crypt(3) mentions some bcrypt*() functions. One of this functions is "char * bcrypt_gensalt(u_int8_t log_rounds)". It produces salts like: $2a$04$7.zkQ.HPURlplcFTWgDL3u or $2a$04$l2SuIEWPqF4D3uMTABgBYO

Passing this salts to Pyton's crypt.crypt on FreeBSD works perfect.

Sorry for the noise.
History
Date User Action Args
2010-05-03 09:10:57pvosetrecipients: + pvo, mark.dickinson
2010-05-03 09:10:57pvosetmessageid: <1272877857.42.0.480153548394.issue8596@psf.upfronthosting.co.za>
2010-05-03 09:10:56pvolinkissue8596 messages
2010-05-03 09:10:55pvocreate