Skip to content

Commit 908c787

Browse files
authored
Add conclusion section to README
Add a conclusion section to the README outlining the principles of SecureComm.
1 parent 8fb2bfb commit 908c787

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,15 @@ npm start
176176
```
177177
Update .env with appropriate configuration values before starting the application.
178178

179+
---
180+
181+
## Conclusion
182+
183+
SecureComm is built on a simple but uncompromising premise: private communication should remain private by design, not by policy.
184+
185+
By combining a familiar chat room experience with a zero-knowledge, end-to-end encrypted architecture, SecureComm eliminates unnecessary trust in servers and service operators. Messages are protected at the source, remain encrypted in transit, and are decrypted only by their intended recipients.
186+
187+
This project prioritizes clarity, restraint, and correctness over convenience shortcuts. It is intended for users and developers who value transparency, verifiable security assumptions, and a clear separation between usability and trust.
188+
189+
SecureComm does not promise anonymity, perfection, or invulnerability. It promises something more honest: a communication system that minimizes exposure, reduces attack surface, and refuses to see what it does not need to know.
190+

0 commit comments

Comments
 (0)