Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ The following table describes the different options available for configuring th
algorithms supported by the javax.crypto.SecretKeyFactory class in the JRE being used.
</td>
</tr>
<tr>
<td><code>spark.network.crypto.keyFactoryIterations</code></td>
<td>1024</td>
<td>
The number of iterations to run when generating keys. The default value was picked for speed,
assuming that a secret has good entropy. Should be used maximum number of iterations which have
negligible impact on the system.
</td>
</tr>
<tr>
<td><code>spark.network.crypto.config.*</code></td>
<td>None</td>
Expand Down