z3c.bcrypt
==========

z3c.bcrypt provides `zope.password`_ compatible "password manager" utilities
that use bcrypt (or alternatively pbkdf2) encoding for storing passwords.

Both encoding schemes are implemented in the cryptacular_ library that is
a dependency for this pacakge.

.. _`zope.password`: http://pypi.python.org/pypi/zope.password
.. _cryptacular: http://pypi.python.org/pypi/cryptacular
