diff options
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/Header Key Derivation.html | 6 | ||||
-rw-r--r-- | doc/html/Personal Iterations Multiplier (PIM).html | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/html/Header Key Derivation.html b/doc/html/Header Key Derivation.html index d8896904..f922d676 100644 --- a/doc/html/Header Key Derivation.html +++ b/doc/html/Header Key Derivation.html @@ -67,3 +67,4 @@ PIM </a>value is not specified or if it is equal to zero, VeraCrypt uses the def <li>For system partition encryption (boot encryption) that uses SHA-256, BLAKE2s-256 or Streebog, <strong>200000</strong> iterations are used.</li> -<li>For system encryption that uses SHA-512 or Whirlpool, non-system encryption and file containers, <strong>500000</strong> iterations are used. +<li>For system encryption that uses SHA-512 or Whirlpool, <strong>500000</strong> iterations are used.</li> +<li>For non-system encryption and file containers, all derivation algorithms will use <strong>500000</strong> iterations. </li></ul> @@ -74,3 +75,4 @@ PIM </a>value is given by the user, the number of iterations of the key derivati <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 + (PIM x 1000)</strong> +</li><li>For system encryption that uses SHA-512 or Whirlpool: Iterations = <strong>15000 + (PIM x 1000)</strong> +</li><li>For non-system encryption and file containers: Iterations = <strong>15000 + (PIM x 1000)</strong> </li></ul> diff --git a/doc/html/Personal Iterations Multiplier (PIM).html b/doc/html/Personal Iterations Multiplier (PIM).html index 5271ced2..02921072 100644 --- a/doc/html/Personal Iterations Multiplier (PIM).html +++ b/doc/html/Personal Iterations Multiplier (PIM).html @@ -46,3 +46,5 @@ Header Key Derivation</a>).</p> <ul> -<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 + (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: Iterations = <strong>15000 + (PIM x 1000)</strong> +</li><li>For non-system encryption and file containers: Iterations = <strong>15000 + (PIM x 1000)</strong> </li></ul> |