Changes between Version 10 and Version 11 of Ticket #34661, comment 8


Ignore:
Timestamp:
Jun 18, 2023, 6:48:19 PM (15 months ago)
Author:
Fatih Erikli

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34661, comment 8

    v10 v11  
    1212}}}
    1313
    14 (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.)
     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.)
    1515
    1616In settings:
Back to Top