Changes between Version 1 and Version 3 of Ticket #29652
- Timestamp:
- Aug 8, 2018, 7:35:44 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29652
- Property Cc added
-
Ticket #29652 – Description
v1 v3 1 The BCryptSHA256PasswordHasher became more picky in what kind of data it accepts. This broke existing code which subclassed the BCryptSHA256PasswordHasher and hashes the result of some other computation.1 The BCryptSHA256PasswordHasher tries to decode the result of bcrypt.hashpw, which however is already a str (and not bytes). 2 2 3 3 {{{