mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
Encrypt V as well
This commit is contained in:
parent
7d73ef1150
commit
d6e3040e48
@ -39,10 +39,8 @@
|
|||||||
数据部分使用 AES-128-CFB 加密,Key 和 IV 在请求数据中
|
数据部分使用 AES-128-CFB 加密,Key 和 IV 在请求数据中
|
||||||
|
|
||||||
## 数据应答
|
## 数据应答
|
||||||
认证部分:
|
|
||||||
* 4 字节:认证信息 V
|
|
||||||
|
|
||||||
数据部分
|
数据部分
|
||||||
|
* 4 字节:认证信息 V
|
||||||
* N 字节:应答数据
|
* N 字节:应答数据
|
||||||
|
|
||||||
其中数据部分使用 AES-128-CFB 加密,IV 为 md5(请求数据 IV),Key 为 md5(请求数据 Key)
|
其中数据部分使用 AES-128-CFB 加密,IV 为 md5(请求数据 IV),Key 为 md5(请求数据 Key)
|
||||||
|
Loading…
Reference in New Issue
Block a user