Skip to content

Commit dc94ae7

Browse files
AkinoKaedexiaokangwang
authored andcommitted
remove 0x00 encryption
1 parent 04a1796 commit dc94ae7

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

docs/developer/protocols/vmess.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ AES-GCM 要求 Key-Nonce 组合不重复。由于其中使用了 EAuID、Nonce
190190
* X:保留;
191191
* 余量 P:在校验值之前加入 P 字节的随机值;
192192
* 加密方式:指定数据部分的加密方式:
193-
* 0x00:Legacy(等同于 0x01);
194193
* 0x01:Legacy (AES-128-CFB);
195194
* 0x03:AES-128-GCM;
196195
* 0x04:ChaCha20-Poly1305;

docs/en_US/developer/protocols/vmess.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ Where:
190190
* X: Reserved;
191191
* Margin P: Add P random bytes before the checksum;
192192
* Encryption method: Specifies the encryption method for the data section:
193-
* 0x00: Legacy (equivalent to 0x01);
194193
* 0x01: Legacy (AES-128-CFB);
195194
* 0x03: AES-128-GCM;
196195
* 0x04: ChaCha20-Poly1305;

0 commit comments

Comments
 (0)