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