3andne / restls

Restls Protocol: A Perfect Impersonation of TLS; Restls协议: 对TLS的完美伪装
BSD 3-Clause "New" or "Revised" License
276 stars 24 forks source link

是否可以通过添加填充长度应当缓解基于长度的流量分析 #5

Closed su3iROJk92X7Oa closed 1 year ago

su3iROJk92X7Oa commented 1 year ago

现在的application data和普通的TLS请求差异过大了.

3andne commented 1 year ago

你好,这个功能正在开发中,下一个版本会增加:1) tls 1.2支持 2) 完整的握手后保护 3) 握手后数据增加padding的能力 4) 用随机包破坏行为指纹(例如tls in tls)的能力。 迁移至utls的客户端将是再之后版本的计划。 -------------- Hi there, the feature you mentioned is under development and will be released in the next version. The new features include: 1) Support for TLS 1.2 2) Complete impersonation for application data 3) The ability to add padding for application data 4) The ability to send random packets to hide proxy behavior (e.g., tls in tls). The next step will be utls migration on the client side.

3andne commented 1 year ago

我们已经在最新的版本中提供了Restls「剧本」机制,提供比现存协议的Padding更灵活的方案。 使用方法