mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Update SECURITY.md
This commit is contained in:
parent
3186535537
commit
0e494c7303
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Discourse uses the PBKDF2 algorithm to encrypt salted passwords. This algorithm
|
|||
|
||||
**options you can customise in your production.rb file**
|
||||
|
||||
pbkdf2_algorithm: the hashing algorithm used (default "sha256")
|
||||
pbkdf2_algorithm: the hashing algorithm used (default "sha256")
|
||||
pbkdf2_iterations: the number of iterations to run (default is: 64000)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue