6 Jan 2006 10:01
crypt_blowfish 1.0
Solar Designer <solar <at> openwall.com>
2006-01-06 09:01:19 GMT
2006-01-06 09:01:19 GMT
Hi, Marko Kreen has discovered and reported a minor security bug in our password hashing package, crypt_blowfish 0.4.7 and below. In response to this, I've released crypt_blowfish 1.0, with the bug fixed: http://www.openwall.com/crypt/ Since no other significant changes to the code have been made (or needed to be made) in a long time (despite active use of crypt_blowfish in a number of projects), I am considering this version mature enough to be called 1.0. The bug fixed with this release affected the way salts for extended DES-based and for MD5-based password hashes were generated with the crypt_gensalt*() family of functions. It would result in a higher than expected number of matching salts with large numbers of password hashes of the affected types. crypt_gensalt*()'s functionality for Blowfish-based (bcrypt) hashes that crypt_blowfish itself implements and for traditional DES-based crypt(3) hashes was not affected. Since bcrypt hashes were not affected, default installs of Owl were not affected either. The specific impact this could have on non-default installs of Owl is described in the latest Owl-current change log entry for glibc: http://www.openwall.com/Owl/CHANGES-current.shtml At this time, a similar glibc update for Owl 1.1-stable is not planned. Instead, we're planning to make another official release of Owl which(Continue reading)
RSS Feed