1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 06:16:09 -04:00

Encrypt V as well

This commit is contained in:
V2Ray 2015-09-18 00:14:17 +02:00
parent 7d73ef1150
commit d6e3040e48

View File

@ -39,10 +39,8 @@
数据部分使用 AES-128-CFB 加密Key 和 IV 在请求数据中
## 数据应答
认证部分:
* 4 字节:认证信息 V
数据部分
* 4 字节:认证信息 V
* N 字节:应答数据
其中数据部分使用 AES-128-CFB 加密IV 为 md5(请求数据 IV)Key 为 md5(请求数据 Key)