Changes between Initial Version and Version 1 of Ticket #29652


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29652 – Description

    initial v1  
     1The 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
    13{{{
    24#!/usr/bin/env python
Back to Top