Skip to content

Commit e98dc21

Browse files
authored
Update Docs
Update Docs
2 parents a7ff5bc + 07e995a commit e98dc21

5 files changed

Lines changed: 64 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ AES 加密密钥和转轮密钥是同一个,均采用哈希值。
186186

187187
感谢 [**中国哲学书电子化计划**](http://ctext.org/zhs) 提供高质量的古籍参考资料。
188188

189+
感谢 [**JS.ORG**](https://js.org) 为本项目提供域名支持。
190+
189191
感谢 [**@Amlkiller**](https://github.com/amlkiller) 为本项目提供十分有价值的反馈和建议。
190192

191193
感谢 **熊曰(与熊论道)、佛曰、兽音译者** 为本项目提供灵感和参考。

docs/.vitepress/config.mjs

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,47 @@ export default withMermaid({
77
title: "Abracadabra 魔曰",
88
description:
99
"Abracadabra 魔曰是安全,高效的文本加密工具,可以将数据加密为汉字构成的文言文。",
10-
head: [["link", { rel: "icon", href: "/logo.png" }]],
10+
head: [
11+
["link", { rel: "icon", href: "/logo.png" }],
12+
[
13+
"meta",
14+
{
15+
name: "keywords",
16+
content:
17+
"加密, 文本加密, 链接加密, 隐私工具, 数据安全, 安全, 网络安全, 密码, 汉字编码, 中文",
18+
},
19+
],
20+
["meta", { name: "author", content: "SheepChef" }],
21+
[
22+
"meta",
23+
{
24+
property: "og:title",
25+
content: "魔曰 — 古文风文本加密工具",
26+
},
27+
],
28+
[
29+
"meta",
30+
{
31+
property: "og:description",
32+
content:
33+
"Abracadabra 魔曰,是安全高效的文本加密工具,可以将数据加密为汉字构成的文言文",
34+
},
35+
],
36+
["meta", { property: "og:url", content: "https://abracadabra.js.org" }],
37+
[
38+
"meta",
39+
{ property: "og:image", content: "https://abracadabra.js.org/logo.png" },
40+
],
41+
[
42+
"meta",
43+
{
44+
name: "google-site-verification",
45+
content: "NDhYJs2rXcRRZ4pfZBJxmshD0CQ8iYWc6p7YHT0ArG4",
46+
},
47+
],
48+
],
1149

1250
themeConfig: {
13-
// https://vitepress.dev/reference/default-theme-config
14-
1551
nav: [
1652
{ text: "主页", link: "/" },
1753
{ text: "文档", link: "/document/quick-start.md" },

docs/document/comparison.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# 功能对比
22

3-
| 加密工具 | 开源 | 脱机运行 | 安全加密 | 仿真 | 压缩 | 易部署 |
4-
| -------- | :--: | :------: | :------: | :--: | :--: | :----: |
5-
| 魔曰 |||||||
6-
| 与熊论道 ||||| 🟨 ||
7-
| 兽音译者 |||||||
8-
| 新佛曰 ||| 🟨 ||||
9-
| 旧佛曰 |||||| 🟨 |
3+
| 加密工具 | 开源 | 脱机运行 | 安全加密 | 仿真 | 压缩 | 易部署 |
4+
| ---------- | :--: | :------: | :------: | :--: | :--: | :----: |
5+
| 魔曰 |||||||
6+
| 与熊论道 ||||| 🟨 ||
7+
| 兽音译者 |||||||
8+
| 文本隐水印 |||||||
9+
| 新佛曰 ||| 🟨 ||||
10+
| 旧佛曰 |||||| 🟨 |
1011

1112
### 注意:
1213

13-
- "安全加密" 指是否采用了密码学安全的加密算法,以及密钥是否直接被加在密文中
14-
- "开源" 指是该工具的源代码是否可以查阅
14+
- "安全加密" 指该工具采用了**密码学安全**的加密算法,且密钥没有被直接被加在密文中
15+
- "开源" 指该工具的源代码可以查阅
1516

1617
::: tip 魔曰密文示例
1718
铃曰:“达驿者,涧之鲤也。” 以益木为家者,庭当弗而事之。有轻梦、佳心、新琴之鸳。极岩之曲,事之花而现之琴也。以空,当奏旧家,非声取璃所想颇言。或振楼呈鸢,画灯于鹂,非想迸也,鲤能御木振动,而礼梦弥定。
@@ -43,6 +44,16 @@
4344

4445
---
4546

47+
### 文本隐水印
48+
49+
[文本隐水印](https://github.com/guofei9987/text_blind_watermark/)是一个开源项目,由 guofei9987 开发。
50+
51+
它透过 UTF-8 的零宽字符(U+2060/U+FEFF),将任意数据表示为二进制,透过算法嵌入到一串正常文本内,从而达到肉眼不可见的效果。
52+
53+
但这种做法特征明显,仅对肉眼不可见,对任何字符处理系统均没有攻击抗性,可以被简单过滤。
54+
55+
---
56+
4657
### 新佛曰
4758

4859
::: tip 佛曰密文示例

docs/document/thanks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
感谢 [**中国哲学书电子化计划**](http://ctext.org/zhs) 提供高质量的古籍参考资料。
66

7+
感谢 [**JS.ORG**](https://js.org) 为本项目提供域名支持。
8+
79
感谢 [**@Amlkiller**](https://github.com/amlkiller) 为本项目提供十分有价值的反馈和建议。
810

911
感谢 **熊曰(与熊论道)、佛曰、兽音译者** 为本项目提供灵感和参考。

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Abracadabra(魔曰) 是开源,安全,高效的文本加密工具。
9191

9292
密文高度随机,支持用户自定义随机性和文本风格偏好,打造前所未有的跨文化数字加密方案。
9393

94-
<div style="width: 350px; height: 57px;"><a href="https://ctext.org/zhs"><img src="https://ctext.org/logos/ctplogo6.gif" border="0" alt="中国哲学书电子化计划" /></a></div>
94+
<div style="width: 100%; height: 57px;"><a href="https://ctext.org/zhs"><img src="https://ctext.org/logos/ctplogo6.gif" border="0" alt="中国哲学书电子化计划" /></a></div>
9595

9696
## 开放源代码许可
9797

0 commit comments

Comments
 (0)