Changes between Version 1 and Version 3 of Ticket #29652


Ignore:
Timestamp:
Aug 8, 2018, 7:35:44 AM (6 years ago)
Author:
Jens-Wolfhard Schicke-Uffmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29652

    • Property Cc Herbert Fortes 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.
     1The BCryptSHA256PasswordHasher tries to decode the result of bcrypt.hashpw, which however is already a str (and not bytes).
    22
    33{{{
Back to Top