Browse Source

remove response data iv

pull/298/head
V2Ray 9 years ago
parent
commit
b5a46dec8e
  1. 3
      spec/vmess.md

3
spec/vmess.md

@ -12,7 +12,6 @@
* M 字节:随机填充内容
* 1 字节:保留,总是 0x00
* 16 字节:请求数据 IV
* 16 字节:响应数据 IV
* 4 字节:认证信息 V
* 1 字节:指令
* 0x00:保留
@ -38,4 +37,4 @@
数据部分
* N 字节:应答数据
其中数据部分使用块密码加密
其中数据部分使用块密码加密,IV 为 md5(请求数据 IV)
Loading…
Cancel
Save