You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accept Argon2 and Argon2id aliases through HashGetIdByName so Windows mount parsing matches volume creation. Update Windows command-line documentation in English, Russian, and Chinese, and rebuild the CHM user guides.
Copy file name to clipboardExpand all lines: doc/html/en/Command Line Usage for Windows.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ <h1>Command Line Usage for Windows</h1>
49
49
</tr>
50
50
<tr>
51
51
<td><em>/hash</em></td>
52
-
<td>It must be followed by a parameter indicating the PRF hash algorithm or KDF to use when mounting the volume. Possible values for /hash parameter are: sha256, sha-256, sha512, sha-512, whirlpool, blake2s, blake2s-256, streebog, and blake2b-512 (for Argon2id volumes). When /hash is omitted, VeraCrypt will try
52
+
<td>It must be followed by a parameter indicating the PRF hash algorithm or KDF to use when mounting the volume. Possible values for /hash parameter are: sha256, sha-256, sha512, sha-512, whirlpool, blake2s, blake2s-256, streebog, blake2b-512, argon2, and argon2id. The values blake2b-512, argon2, and argon2id select Argon2id volumes. When /hash is omitted, VeraCrypt will try
53
53
all possible PRF/KDF algorithms thus lengthening the mount operation time.</td>
It must be followed by a parameter indicating the PRF hash algorithm or KDF to use when creating the volume. It has the same syntax as VeraCrypt.exe, and also accepts argon2 as an alias for Argon2id.</td>
255
+
It must be followed by a parameter indicating the PRF hash algorithm or KDF to use when creating the volume. It has the same syntax as VeraCrypt.exe; argon2 and argon2id select Argon2id.</td>
Copy file name to clipboardExpand all lines: doc/html/ru/Command Line Usage.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ <h1>Использование в режиме командной строки</
48
48
</tr>
49
49
<tr>
50
50
<td> <em>/hash</em></td>
51
-
<td>После этого ключа указывается хеш-алгоритм PRF или KDF, используемый при монтировании тома. Возможные значения ключа /hash: <code>sha256, sha-256, sha512, sha-512, whirlpool, blake2s, blake2s-256, streebog</code> и<code>blake2b-512</code> (для томов Argon2id). Если ключ <code>/hash</code> не указан, VeraCrypt будет пробовать
51
+
<td>После этого ключа указывается хеш-алгоритм PRF или KDF, используемый при монтировании тома. Возможные значения ключа /hash: <code>sha256, sha-256, sha512, sha-512, whirlpool, blake2s, blake2s-256, streebog, blake2b-512, argon2, argon2id</code>. Значения<code>blake2b-512</code>, <code>argon2</code> и <code>argon2id</code> выбирают тома Argon2id. Если ключ <code>/hash</code> не указан, VeraCrypt будет пробовать
52
52
все доступные PRF/KDF-алгоритмы, тем самым увеличивая время монтирования.</td>
53
53
</tr>
54
54
<tr>
@@ -233,7 +233,7 @@ <h4>VeraCrypt Format.exe (Мастер создания томов VeraCrypt):</
233
233
<tr>
234
234
<td> <em>/hash</em></td>
235
235
<td>(Только с ключом <code>/create</code>)<br>
236
-
После этого ключа указывается хеш-алгоритм PRF или KDF, используемый при создании тома. Синтаксис такой же, как у VeraCrypt.exe; также принимается <code>argon2</code>как псевдоним Argon2id.</td>
236
+
После этого ключа указывается хеш-алгоритм PRF или KDF, используемый при создании тома. Синтаксис такой же, как у VeraCrypt.exe; <code>argon2</code>и <code>argon2id</code> выбирают Argon2id.</td>
237
237
</tr>
238
238
<tr>
239
239
<td> <em>/encryption</em></td>
@@ -305,9 +305,9 @@ <h4>VeraCrypt Format.exe (Мастер создания томов VeraCrypt):</
0 commit comments