1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

Windows: set version to 1.26.26. Update Release Notes, bootloader and Windows drivers.

This commit is contained in:
Mounir IDRASSI
2025-06-29 23:31:18 +09:00
parent 9dc24ba7d0
commit eadb02d8ef
93 changed files with 95 additions and 92 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -39,7 +39,7 @@
<span style="color:#ff0000;">To avoid hinting whether your volumes contain a hidden volume or not, or if you depend on plausible deniability when using hidden volumes/OS, then you must recreate both the outer and hidden volumes including system encryption and hidden OS, discarding existing volumes created prior to 1.18a version of VeraCrypt.</span></li>
</p>
<p><strong style="text-align:left">1.26.25</strong> (June 25<sup>th</sup>, 2025):</p>
<p><strong style="text-align:left">1.26.26</strong> (June 29<sup>th</sup>, 2025):</p>
<ul>
<li><strong>All OSes:</strong>
<ul>
@@ -51,6 +51,7 @@
<li><strong>Windows:</strong>
<ul>
<li>Add support of Argon2id password hashing algorithm.</li>
<li>Speedup mounting when PRF autodetection is selected.</li>
<li>Add CLI switch /protectScreen to allow disabling screen protection in portable mode (cf documentation)</li>
<li>Add argument to CLI switch /protectMemory to allow disabling memory protection in portable mode (cf documentation)</li>
<li>Provide VeraCrypt C/C++ SDK for creating volumes (https://github.com/veracrypt/VeraCrypt-SDK)</li>

View File

@@ -42,7 +42,7 @@
VeraCrypt старее, чем 1.18a.</span></li>
</p>
<p><strong style="text-align:left">1.26.25</strong> (25 июня 2025 года):</p>
<p><strong style="text-align:left">1.26.26</strong> (29 июня 2025 года):</p>
<ul>
<li><strong>Все ОС:</strong>
<ul>
@@ -54,6 +54,7 @@ VeraCrypt старее, чем 1.18a.</span></li>
<li><strong>Windows:</strong>
<ul>
<li>Добавлена поддержка алгоритма Argon2id для хеширования паролей.</li>
<li>Ускорено монтирование при выборе автодетекции PRF.</li>
<li>Добавлен параметр командной строки <code>/protectScreen</code> для отключения защиты экрана в портативном режиме (см. документацию).</li>
<li>Добавлен дополнительный аргумент для параметра <code>/protectMemory</code> — теперь можно отключать защиту памяти в портативном режиме (см. документацию).</li>
<li>Предоставлен SDK VeraCrypt на C/C++ для создания томов: <a href="https://github.com/veracrypt/VeraCrypt-SDK">https://github.com/veracrypt/VeraCrypt-SDK</a>.</li>

View File

@@ -39,7 +39,7 @@
<span style="color:#ff0000;">为避免暴露您的卷是否包含隐藏卷,或者如果您在使用隐藏卷/操作系统时依赖似是而非的否认能力那么您必须重新创建外部和隐藏卷包括系统加密和隐藏操作系统并丢弃VeraCrypt 1.18a版本之前创建的现有卷。</span></li>
</p>
<p><strong style="text-align:left">1.26.25</strong> (2025年6月25日):</p>
<p><strong style="text-align:left">1.26.26</strong> (2025年6月29日):</p>
<ul>
<li><strong>所有操作系统:</strong>
<ul>
@@ -51,6 +51,7 @@
<li><strong>Windows:</strong>
<ul>
<li>新增对Argon2id密码哈希算法的支持。</li>
<li>加快了在选择自动检测伪随机函数PRF时的挂载速度。</li>
<li>新增命令行参数 <code>/protectScreen</code>,可在便携模式下禁用屏幕保护功能(详见文档)。</li>
<li>为命令行参数 <code>/protectMemory</code> 新增选项,可在便携模式下禁用内存保护功能(详见文档)。</li>
<li>提供VeraCrypt C/C++ SDK用于创建加密卷<a href="https://github.com/veracrypt/VeraCrypt-SDK">https://github.com/veracrypt/VeraCrypt-SDK</a>)。</li>