1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08: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

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>