Changes between Initial Version and Version 1 of Ticket #29652
- Timestamp:
- Aug 8, 2018, 7:21:06 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29652 – Description
initial v1 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. 2 1 3 {{{ 2 4 #!/usr/bin/env python