Re: Colin Watson > * Passing ``hashpw`` a password longer than 72 bytes now raises a > ``ValueError``. Previously the password was silently truncated, following > the > behavior of the original OpenBSD ``bcrypt`` implementation.
The password that I used was 3 characters, not > 72. I have no idea what they fixed in python3-passlib, but it works with the new version. We could put in a Breaks: to prevent people from running into this problem. Christoph

