From bfa19f56033b6722ba2d55afaab391b25b7b2fd5 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 26 Sep 2025 21:47:29 +0900 Subject: [PATCH] Documentation: fix wrong name for pbkdf2.html causing issues under Linux. --- doc/html/en/Documentation.html | 2 +- doc/html/en/Key Derivation Algorithms.html | 2 +- doc/html/en/pbkdf2.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/html/en/Documentation.html b/doc/html/en/Documentation.html index 2ebf6bb8..1510847b 100644 --- a/doc/html/en/Documentation.html +++ b/doc/html/en/Documentation.html @@ -87,7 +87,7 @@
  • Key Derivation Algorithms
  • Supported Operating Systems
  • Command Line Usage diff --git a/doc/html/en/Key Derivation Algorithms.html b/doc/html/en/Key Derivation Algorithms.html index 1e222f9b..3fefc408 100644 --- a/doc/html/en/Key Derivation Algorithms.html +++ b/doc/html/en/Key Derivation Algorithms.html @@ -41,7 +41,7 @@ A key derivation function (KDF) transforms your password (and optional keyfiles) Argon2id: A modern, memory-hard KDF (based on BLAKE2b internally). Recommended for new volumes. No separate hash selection is required.
  • -PBKDF2-HMAC: A widely deployed KDF that uses HMAC with a selectable hash function. Supported HMAC hashes in VeraCrypt: +PBKDF2-HMAC: A widely deployed KDF that uses HMAC with a selectable hash function. Supported HMAC hashes in VeraCrypt: SHA-512, SHA-256, Whirlpool, BLAKE2s-256, and Streebog.
  • diff --git a/doc/html/en/pbkdf2.html b/doc/html/en/pbkdf2.html index 9b94621b..419b7b28 100644 --- a/doc/html/en/pbkdf2.html +++ b/doc/html/en/pbkdf2.html @@ -28,7 +28,7 @@ >> Key Derivation Algorithms >> -PBKDF2 +PBKDF2

    PBKDF2