Windows: continue fix documentation about iteration calculation formula for key derivation

This commit is contained in:
Mounir IDRASSI 2017-07-09 10:46:01 +02:00
parent 3f36836a3b
commit 6358b00b69
No known key found for this signature in database
GPG Key ID: DD0C382D5FCFB8FC
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -70,8 +70,8 @@ PIM </a>value is not specified or if it is equal to zero, VeraCrypt uses the def
<p>When a <a href="Personal%20Iterations%20Multiplier%20%28PIM%29.html">
PIM </a>value is given by the user, the number of iterations of the key derivation function is calculated as follows:</p>
<ul>
<li>For system partition encryption (boot encryption): Iterations = <strong>PIM x 2048</strong>
</li><li>For standard containers and other partitions: Iterations = <strong>15000 &#43; (PIM x 1000)</strong>
<li>For system encryption that doesn't use SHA-512 or Whirlpool: Iterations = <strong>PIM x 2048</strong>
</li><li>For system encryption that uses SHA-512 or Whirlpool, non-system encryption and file containers: Iterations = <strong>15000 &#43; (PIM x 1000)</strong>
</li></ul>
</div>
<div style="text-align:left; margin-top:19px; margin-bottom:19px; padding-top:0px; padding-bottom:0px">