mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Documentation: fix wrong name for pbkdf2.html causing issues under Linux.
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
</li><li><strong><a href="Key%20Derivation%20Algorithms.html">Key Derivation Algorithms</a></strong>
|
</li><li><strong><a href="Key%20Derivation%20Algorithms.html">Key Derivation Algorithms</a></strong>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="Argon2id.html">Argon2id</a></li>
|
<li><a href="Argon2id.html">Argon2id</a></li>
|
||||||
<li><a href="PBKDF2.html">PBKDF2</a></li>
|
<li><a href="pbkdf2.html">PBKDF2</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li><li><strong><a href="Supported%20Operating%20Systems.html">Supported Operating Systems</a></strong>
|
</li><li><strong><a href="Supported%20Operating%20Systems.html">Supported Operating Systems</a></strong>
|
||||||
</li><li><strong><a href="Command%20Line%20Usage.html">Command Line Usage</a></strong>
|
</li><li><strong><a href="Command%20Line%20Usage.html">Command Line Usage</a></strong>
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ A key derivation function (KDF) transforms your password (and optional keyfiles)
|
|||||||
<strong><a href="Argon2id.html" style="color:#0080c0; text-decoration:none">Argon2id</a>:</strong> A modern, memory-hard KDF (based on BLAKE2b internally). Recommended for new volumes. No separate hash selection is required.
|
<strong><a href="Argon2id.html" style="color:#0080c0; text-decoration:none">Argon2id</a>:</strong> A modern, memory-hard KDF (based on BLAKE2b internally). Recommended for new volumes. No separate hash selection is required.
|
||||||
</li>
|
</li>
|
||||||
<li style="text-align:left; margin-top:0px; margin-bottom:0px; padding:0px">
|
<li style="text-align:left; margin-top:0px; margin-bottom:0px; padding:0px">
|
||||||
<strong><a href="PBKDF2.html" style="color:#0080c0; text-decoration:none">PBKDF2-HMAC</a>:</strong> A widely deployed KDF that uses HMAC with a selectable hash function. Supported HMAC hashes in VeraCrypt:
|
<strong><a href="pbkdf2.html" style="color:#0080c0; text-decoration:none">PBKDF2-HMAC</a>:</strong> A widely deployed KDF that uses HMAC with a selectable hash function. Supported HMAC hashes in VeraCrypt:
|
||||||
<a href="SHA-512.html" style="color:#0080c0; text-decoration:none">SHA-512</a>, <a href="SHA-256.html" style="color:#0080c0; text-decoration:none">SHA-256</a>, <a href="Whirlpool.html" style="color:#0080c0; text-decoration:none">Whirlpool</a>, <a href="BLAKE2s-256.html" style="color:#0080c0; text-decoration:none">BLAKE2s-256</a>, and <a href="Streebog.html" style="color:#0080c0; text-decoration:none">Streebog</a>.
|
<a href="SHA-512.html" style="color:#0080c0; text-decoration:none">SHA-512</a>, <a href="SHA-256.html" style="color:#0080c0; text-decoration:none">SHA-256</a>, <a href="Whirlpool.html" style="color:#0080c0; text-decoration:none">Whirlpool</a>, <a href="BLAKE2s-256.html" style="color:#0080c0; text-decoration:none">BLAKE2s-256</a>, and <a href="Streebog.html" style="color:#0080c0; text-decoration:none">Streebog</a>.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
<img src="arrow_right.gif" alt=">>" style="margin-top: 5px">
|
<img src="arrow_right.gif" alt=">>" style="margin-top: 5px">
|
||||||
<a href="Key%20Derivation%20Algorithms.html">Key Derivation Algorithms</a>
|
<a href="Key%20Derivation%20Algorithms.html">Key Derivation Algorithms</a>
|
||||||
<img src="arrow_right.gif" alt=">>" style="margin-top: 5px">
|
<img src="arrow_right.gif" alt=">>" style="margin-top: 5px">
|
||||||
<a href="PBKDF2.html">PBKDF2</a>
|
<a href="pbkdf2.html">PBKDF2</a>
|
||||||
</p></div>
|
</p></div>
|
||||||
<div class="wikidoc">
|
<div class="wikidoc">
|
||||||
<h1>PBKDF2</h1>
|
<h1>PBKDF2</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user