z3c.bcrypt

Password manager utility using bcrypt or pbkdf2 encoding. Useful in combination with zope.password


Keywords
zope, authentication, password, bcrypy, pbkdf2
License
ZPL-2.1
Install
pip install z3c.bcrypt==2.0.1

Documentation

z3c.bcrypt

Warning

z3c.bcrypt has been superseeded with the new version of zope.password as it now includes bcrypt support based on the well-maintained bcrypt library. Please don't use this package in new projects.

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 package.