Changes between Version 11 and Version 12 of Ticket #34661, comment 8
- Timestamp:
- Jun 18, 2023, 6:53:01 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34661, comment 8
v11 v12 11 11 return "%s$%d$%s$%s" % (self.algorithm, iterations, salt, hash) 12 12 }}} 13 14 (**There was an error in example solution. It's edited.** I added the pepper to wrong place, to the hashed version before the base64 encoding, the pepper was visible when base64 decoded. Corrected it. If you applied this solution before please double check if it is added to the salt before the hash.)15 13 16 14 In settings: