Re: To Debian Bug Tracking System
> from passlib.hash import bcrypt
> bcrypt.verify('xxx',
> '$2y$10$KwfCiMkON5ByhhzAtwUYRuegt7IJpm34JW4GN2FOVue6VOg7yJp6q')
>
> ValueError: password cannot be longer than 72 bytes, truncate manually if
> necessary (e.g. my_password[:72])This is fixed by the new python-passlib in unstable (uploaded yesterday). I guess there should be a Breaks in python-bcrypt for that. Christoph

