From 84e70149a13114e2303a0eed63db70cde83037f9 Mon Sep 17 00:00:00 2001 From: lubeilin <1791778603@qq.com> Date: Tue, 29 Aug 2023 22:02:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=82=E6=95=B0=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnt-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnt-cli/README.md b/vnt-cli/README.md index 77b79fc..7c56138 100644 --- a/vnt-cli/README.md +++ b/vnt-cli/README.md @@ -33,7 +33,7 @@ | 大于等于8 | AES256-GCM | ### -W -开启和服务端通信加密,可以避免中间人攻击 +开启和服务端通信的数据加密,采用rsa+aes256gcm加密客户端和服务端之间通信的数据,可以避免token泄漏、中间人攻击 ### -m 模拟组播,高频使用组播通信时,可以尝试开启此参数,默认情况下会把组播当作广播发给所有节点