Browse Source

Encrypt V as well

V2Ray 10 years ago
parent
commit
d6e3040e48
1 changed files with 1 additions and 3 deletions
  1. 1 3
      spec/vmess.md

+ 1 - 3
spec/vmess.md

@@ -39,10 +39,8 @@
 数据部分使用 AES-128-CFB 加密,Key 和 IV 在请求数据中
 
 ## 数据应答
-认证部分:
-* 4 字节:认证信息 V
-
 数据部分
+* 4 字节:认证信息 V
 * N 字节:应答数据
 
 其中数据部分使用 AES-128-CFB 加密,IV 为 md5(请求数据 IV),Key 为 md5(请求数据 Key)