Changes between Version 5 and Version 6 of Ticket #34661, comment 8


Ignore:
Timestamp:
Jun 17, 2023, 7:09:10 AM (15 months ago)
Author:
Fatih Erikli

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34661, comment 8

    v5 v6  
    1111            hash+settings.PASSWORD_PEPPER).decode('ascii').strip()
    1212        return "%s$%d$%s$%s" % (self.algorithm, iterations, salt, hash)
    13 
    1413}}}
    1514
Back to Top