=== - Update to crypt_blowfish 1.2 (which fixes CVE-2011-2483, 8-bit character encoding vulterability. See http://www.openwall.com/crypt/ for details.)
1.1
===
- Add `rounds` option to the `encode` methods of the bcrypt and pbkdf2 password managers which can be used to specify the number of rounds (or the work factor in the case of bcrypt).
1.0
Not secure
=== - Change version to 1.0
0.9
Not secure
=== - Add cryptacular.crypt.CRYPTPasswordManager(prefix) based on Python's builtin crypt(). Why didn't I think of this before?!