1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -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:
Jertzukka
2025-06-02 03:19:00 +03:00
committed by GitHub
parent d9c41e0dba
commit 4e112df0d2
335 changed files with 1607 additions and 1932 deletions

View File

@@ -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" lang="zh">
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title> VeraCrypt - 为偏执狂提供强大安全性的免费开源磁盘加密工具 </title>
@@ -39,6 +38,6 @@
<div style="text-align:left; margin-top:19px; margin-bottom:19px; padding-top:0px; padding-bottom:0px">
Whirlpool哈希算法由Vincent RijmenAES加密算法的共同设计者和Paulo S. L. M. Barreto设计。该算法的输出大小为512位。Whirlpool的第一个版本现在称为Whirlpool - 0于2000年11月发布。第二个版本现在称为Whirlpool - T被选入NESSIE<em style="text-align:left">新欧洲签名、完整性和加密方案</em>密码原语组合这是一个由欧盟组织的项目类似于AES竞赛。VeraCrypt使用Whirlpool的第三个最终版本该版本已被国际标准化组织ISO和国际电工委员会IEC采纳收录于ISO/IEC 10118 - 3:2004国际标准 [21]。</div>
<div style="text-align:left; margin-top:19px; margin-bottom:19px; padding-top:0px; padding-bottom:0px">
<a href="Streebog.html" style="text-align:left; color:#0080c0; text-decoration:none; font-weight:bold.html">下一部分 &gt;&gt;</a></div>
<a href="Streebog.html" style="text-align:left; color:#0080c0; text-decoration:none; font-weight:bold">下一部分 &gt;&gt;</a></div>
</div>
</body></html>