Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit ed03bca

Browse files
committed
update
Signed-off-by: Innei <[email protected]>
1 parent b3b2966 commit ed03bca

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pages/usage/_meta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"search": "Algolia Search",
1111
"backup": "备份与回滚",
1212
"update": "更新 Mix Space",
13-
"security": "信息加密与安全性",
13+
"security": "Key 加密与安全性",
1414
"-- community": {
1515
"type": "separator",
1616
"title": "社区使用指南"

pages/usage/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import { UilArrowCircleUp } from '@components/Icons/ArrowCircleUp'
5454
icon={<UilArrowCircleUp />}
5555
arrow
5656
href={'/usage/security'}
57-
title="信息加密与安全性"
57+
title="Key 加密与安全性"
5858
/>
5959
</Cards>
6060

pages/usage/security.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# 信息加密与安全性
1+
# Key 加密与安全性
22

33
import { Callout } from 'nextra/components'
44

5-
在 v3.41.0 后续版本,加入了敏感信息加密功能。默认为关。
5+
在 v3.41.0 后续版本,加入了敏感 Key 加密功能。默认为关。
66

7-
为什么需要信息加密
7+
为什么需要 Key 加密
88

9-
假设黑客通过某种手段数据库被脱库。如果开启了信息加密,即便是拿到了全部数据也不能解密某些关键数据,例如配置项中的各类 API Key。
9+
假设黑客通过某种手段数据库被脱库。如果开启了 Key 加密,即便是拿到了全部数据也不能解密某些关键数据,例如配置项中的各类 API Key。
1010

1111
但是,也需要谨慎开启此功能,开启后你需要记住加密秘钥。否则,你也将会永远丢失这些数据。
1212

0 commit comments

Comments
 (0)