mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 20:45:59 +03:00
[GH-ISSUE #144] 将Shadowsocks Rust的加密设置为None是否安全? #117
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#117
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @windstander on GitHub (Dec 14, 2020).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/144
因为SS的数据外层套了一个Cloak伪造的TLS,所以SS流量本身的加密设置为None是否也是安全的并能大幅提升速度?
@windstander commented on GitHub (Dec 21, 2020):
Cloak isn't intended to provide transport security. The point of encryption is to hide fingerprints of proxy protocols and render the payload statistically random-like. You may only leave it as plain if you are certain that your underlying proxy tool already provides BOTH encryption and authentication (via AEAD or similar techniques).
这样来看,还是SS加密,Cloak为Plain比较好。
@MXzander commented on GitHub (Dec 3, 2022):