Skip to content

Commit b8d515d

Browse files
authored
Update COLDWIRE_PROTOCOL.md
1 parent 28ac373 commit b8d515d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

COLDWIRE_PROTOCOL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ The *`Coldwire`* Protocol is a federated, metadata-resistant, censorship-resista
1717

1818
*`Coldwire`* protocol is designed to evade censorship, and usage detection, by network adversaries (LAN Router-controlling adversaries, ISP adversaries, etc) by blending in with regular browser traffic. It's also designed so that a malicious server, cannot replay nor tamper with requests, and cannot learn any metadata beyond the sender and receiver `User-IDs`.
1919

20-
The protocol incorporates the `Strandlock` protocol, which is an end-to-end encrypted protocol. It handles confidentity, integrity, and authenticity in a user-to-user manner, making our protocol simple because we do not have to implement replay nor tampering protection ourselves, it is handled by the users.
20+
The protocol incorporates the `Strandlock` protocol, which is an end-to-end encrypted protocol. It handles confidentity, integrity, and authenticity in a user-to-user manner, making our protocol simple because we do not have to implement replay nor tampering protection ourselves, it is handled by the users.
21+
22+
Additionally, `Strandlock` protocol, aids with traffic obfsucation by padding every request differently.
2123

2224
### 1. Terminology
2325

0 commit comments

Comments
 (0)