Displaying 2 results from an estimated 2 matches for "crypt_blowfish".
2014 Feb 04
1
BLF-CRYPT passwords
...for passwords? Maybe I don?t have my installation configured properly?
Note that I really want to use the existing Blowfish hashes in my MySQL database for Dovecot Authentication. The hashes are generated by PHP crypt() that has Blowfish support built-in. I looked at PHP?s sources, and PHP uses crypt_blowfish.c from http://www.openwall.com/crypt/. This code is in the public domain and could easily be used by Dovecot to support Blowfish passwords on all platforms (if Dovecot doesn?t already support Blowfish on all platforms).
Kevin
2012 Jun 08
13
Default password hash
We still have MD5 as our default password hash, even though known-hash
attacks against MD5 are relatively easy these days. We've supported
SHA256 and SHA512 for many years now, so how about making SHA512 the
default instead of MD5, like on most Linux distributions?
Index: etc/login.conf
===================================================================
--- etc/login.conf (revision