TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Vortex – Secure, Transport-Agnostic, E2EE Chat in Under 600 Lines

3 点作者 fdomingues超过 1 年前
Vortex is a lightweight, end-to-end encrypted chat application that ensures message authenticity and confidentiality. It offers transport agnosticism, supporting both PostgreSQL and WebSocket, all in less than 600 lines of Python code.<p>This small project started with a demo to show the feasibility of using PostgreSQL as a message broker, a week later it gained TUI and E2EE. It&#x27;s designed so that you don&#x27;t have to trust the message broker, you can build a &quot;driver&quot; that stores the messages in a shared Dropbox folder, or publish the messages as QR codes in a newspaper - the outcome is the same.<p>But I&#x27;m no expert on cryptography, and I would like to got this code audited and (probably) destroyed.<p>Anyone that want to try without spinning up is own server, can use this: wss:&#x2F;&#x2F;t.42i.dev:35432&#x2F;[10_random_a-z0-9_chars] - the random part should be the same for all your peers.

暂无评论

暂无评论