pvo <user+pyt...@localhost.localdomain.org> added the comment: 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8596> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com