Changes between Version 5 and Version 6 of Ticket #34661, comment 8
- Timestamp:
- Jun 17, 2023, 7:09:10 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34661, comment 8
v5 v6 11 11 hash+settings.PASSWORD_PEPPER).decode('ascii').strip() 12 12 return "%s$%d$%s$%s" % (self.algorithm, iterations, salt, hash) 13 14 13 }}} 15 14