mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Documentation: Remove XHTML spec and fix errors (#1547)
* Documentation: Remove XHTML spec and fix errors None of the docs follow the XHTML specification, which means that programs that expect this (such as Gnome Web) as it is advertised as such, will completely fail to parse it as it is incorrect syntax. So it is removed. * Remove .chm files
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title>VeraCrypt - 为偏执者提供强大安全保障的免费开源磁盘加密软件</title>
|
||||
@@ -37,7 +36,7 @@
|
||||
<div class="wikidoc">
|
||||
<h1>物理安全</h1>
|
||||
<div style="text-align:left; margin-top:19px; margin-bottom:19px; padding-top:0px; padding-bottom:0px">
|
||||
如果攻击者能够物理访问计算机硬件,并且您在攻击者进行物理访问后继续使用该计算机,那么VeraCrypt可能无法保障计算机上的数据安全。* 这是因为攻击者可能会修改硬件或附加恶意硬件组件(如硬件击键记录器),这些组件会捕获密码或加密密钥(例如,当您挂载VeraCrypt卷时),或者以其他方式破坏计算机的安全性。因此,您绝对不能在被攻击者物理访问过的计算机上使用VeraCrypt。此外,在攻击者物理访问计算机时,您必须确保VeraCrypt(包括其设备驱动程序)未运行。有关攻击者直接进行物理访问的硬件攻击的更多信息,请参阅 <a href="Unencrypted%20Data%20in%20RAM.html" style="text-align:left; color:#0080c0; text-decoration:none.html">
|
||||
如果攻击者能够物理访问计算机硬件,并且您在攻击者进行物理访问后继续使用该计算机,那么VeraCrypt可能无法保障计算机上的数据安全。* 这是因为攻击者可能会修改硬件或附加恶意硬件组件(如硬件击键记录器),这些组件会捕获密码或加密密钥(例如,当您挂载VeraCrypt卷时),或者以其他方式破坏计算机的安全性。因此,您绝对不能在被攻击者物理访问过的计算机上使用VeraCrypt。此外,在攻击者物理访问计算机时,您必须确保VeraCrypt(包括其设备驱动程序)未运行。有关攻击者直接进行物理访问的硬件攻击的更多信息,请参阅 <a href="Unencrypted%20Data%20in%20RAM.html" style="text-align:left; color:#0080c0; text-decoration:none">
|
||||
内存中的未加密数据</a> 部分。
|
||||
</div>
|
||||
<div style="text-align:left; margin-top:19px; margin-bottom:19px; padding-top:0px; padding-bottom:0px">
|
||||
|
||||
Reference in New Issue
Block a user