mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
remove response data iv
This commit is contained in:
parent
5504877d88
commit
b5a46dec8e
@ -12,7 +12,6 @@
|
||||
* M 字节:随机填充内容
|
||||
* 1 字节:保留,总是 0x00
|
||||
* 16 字节:请求数据 IV
|
||||
* 16 字节:响应数据 IV
|
||||
* 4 字节:认证信息 V
|
||||
* 1 字节:指令
|
||||
* 0x00:保留
|
||||
@ -38,4 +37,4 @@
|
||||
数据部分
|
||||
* N 字节:应答数据
|
||||
|
||||
其中数据部分使用块密码加密
|
||||
其中数据部分使用块密码加密,IV 为 md5(请求数据 IV)
|
Loading…
Reference in New Issue
Block a user