From b5a46dec8eba4344d9b5135fed297d6b7b019510 Mon Sep 17 00:00:00 2001 From: V2Ray Date: Mon, 7 Sep 2015 01:05:17 +0200 Subject: [PATCH] remove response data iv --- spec/vmess.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/vmess.md b/spec/vmess.md index d90b7c8b9..af505d6ca 100644 --- a/spec/vmess.md +++ b/spec/vmess.md @@ -12,7 +12,6 @@ * M 字节:随机填充内容 * 1 字节:保留,总是 0x00 * 16 字节:请求数据 IV -* 16 字节:响应数据 IV * 4 字节:认证信息 V * 1 字节:指令 * 0x00:保留 @@ -38,4 +37,4 @@ 数据部分 * N 字节:应答数据 -其中数据部分使用块密码加密 \ No newline at end of file +其中数据部分使用块密码加密,IV 为 md5(请求数据 IV) \ No newline at end of file